diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-01-31 13:10:17 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-01-31 13:10:17 +0000 |
commit | 2adb20ceca48b2e681efc9791ca7c76438b6bd43 (patch) | |
tree | e1b5cd12c33c9ac69ab7aaaf69749454081dca0c /math/R-cran-memisc | |
parent | b063f07f7c615dce459bde0468da1d80bbddbeb3 (diff) | |
download | ports-2adb20ceca48b2e681efc9791ca7c76438b6bd43.tar.gz ports-2adb20ceca48b2e681efc9791ca7c76438b6bd43.zip |
Notes
Diffstat (limited to 'math/R-cran-memisc')
-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 |
3 files changed, 34 insertions, 0 deletions
diff --git a/math/R-cran-memisc/Makefile b/math/R-cran-memisc/Makefile new file mode 100644 index 000000000000..6b61aaa04750 --- /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 000000000000..6ba4b03f41a2 --- /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 000000000000..b4dfcee1a16f --- /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/ |