diff options
author | tota <tota@FreeBSD.org> | 2012-01-31 21:10:17 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-01-31 21:10:17 +0800 |
commit | 14b746daa135181fbc48bfcab4b266ded1843e99 (patch) | |
tree | d092153945c65bc88048b49267237c9bb4b7dadb /math | |
parent | 34fb6545e0360f990cbb837469250da3e7991b52 (diff) | |
download | freebsd-ports-graphics-14b746daa135181fbc48bfcab4b266ded1843e99.tar.gz freebsd-ports-graphics-14b746daa135181fbc48bfcab4b266ded1843e99.tar.zst freebsd-ports-graphics-14b746daa135181fbc48bfcab4b266ded1843e99.zip |
- Add a new port: math/R-cran-memisc
One of the aims of this package is to make life easier for useRs
who deal with survey data sets. It provides an infrastructure for
the management of survey data including value labels, definable
missing values, recoding of variables, production of code books,
and import of (subsets of) SPSS and Stata files. Further, it provides
functionality to produce tables and data frames of arbitrary
descriptive statistics and (almost) publication-ready tables of
regression model estimates. Also some convenience tools for graphics,
programming, and simulation are provided.
WWW: http://www.martin-elff.net/software/memisc/
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-memisc/Makefile | 21 | ||||
-rw-r--r-- | math/R-cran-memisc/distinfo | 2 | ||||
-rw-r--r-- | math/R-cran-memisc/pkg-descr | 11 |
4 files changed, 35 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index ba407869f65..7f63f124526 100644 --- a/math/Makefile +++ b/math/Makefile @@ -15,6 +15,7 @@ SUBDIR += R-cran-gpclib SUBDIR += R-cran-igraph SUBDIR += R-cran-inline + SUBDIR += R-cran-memisc SUBDIR += R-cran-mvtnorm SUBDIR += R-cran-psych SUBDIR += R-cran-sandwich diff --git a/math/R-cran-memisc/Makefile b/math/R-cran-memisc/Makefile new file mode 100644 index 00000000000..6b61aaa0475 --- /dev/null +++ b/math/R-cran-memisc/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: R-cran-memisc +# Date created: 2011-08-16 +# Whom: TAKATSU Tomonari <tota@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= memisc +DISTVERSION= 0.95-37 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Provides an infrastructure for the management of survey data + +LICENSE= GPLv2 + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/math/R-cran-memisc/distinfo b/math/R-cran-memisc/distinfo new file mode 100644 index 00000000000..6ba4b03f41a --- /dev/null +++ b/math/R-cran-memisc/distinfo @@ -0,0 +1,2 @@ +SHA256 (memisc_0.95-37.tar.gz) = 8ee3e89f00b733699f7b268433d45d1274780fed1eccfc08d73b113fd3efa76c +SIZE (memisc_0.95-37.tar.gz) = 388358 diff --git a/math/R-cran-memisc/pkg-descr b/math/R-cran-memisc/pkg-descr new file mode 100644 index 00000000000..b4dfcee1a16 --- /dev/null +++ b/math/R-cran-memisc/pkg-descr @@ -0,0 +1,11 @@ +One of the aims of this package is to make life easier for useRs +who deal with survey data sets. It provides an infrastructure for +the management of survey data including value labels, definable +missing values, recoding of variables, production of code books, +and import of (subsets of) SPSS and Stata files. Further, it provides +functionality to produce tables and data frames of arbitrary +descriptive statistics and (almost) publication-ready tables of +regression model estimates. Also some convenience tools for graphics, +programming, and simulation are provided. + +WWW: http://www.martin-elff.net/software/memisc/ |