diff options
author | tota <tota@FreeBSD.org> | 2012-02-04 18:42:24 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-02-04 18:42:24 +0800 |
commit | 040887ca89a85c96f2acebaf54012c86b31a3e9c (patch) | |
tree | c45309721a28c8623f5dfe992c71c57345b54936 /finance/R-cran-plm | |
parent | 59da9e43967f9eb6dae436dc61513d7b1af8218b (diff) | |
download | freebsd-ports-gnome-040887ca89a85c96f2acebaf54012c86b31a3e9c.tar.gz freebsd-ports-gnome-040887ca89a85c96f2acebaf54012c86b31a3e9c.tar.zst freebsd-ports-gnome-040887ca89a85c96f2acebaf54012c86b31a3e9c.zip |
- Add a new port: finance/R-cran-plm
Panel data econometrics is obviously one of the main fields in the
profession, but most of the models used are difficult to estimate with
R. plm is a package for R which intends to make the estimation of
linear panel models straightforward. plm provides functions to
estimate a wide variety of models and to make (robust) inference.
WWW: http://cran.r-project.org/web/packages/plm/
Diffstat (limited to 'finance/R-cran-plm')
-rw-r--r-- | finance/R-cran-plm/Makefile | 26 | ||||
-rw-r--r-- | finance/R-cran-plm/distinfo | 2 | ||||
-rw-r--r-- | finance/R-cran-plm/pkg-descr | 7 |
3 files changed, 35 insertions, 0 deletions
diff --git a/finance/R-cran-plm/Makefile b/finance/R-cran-plm/Makefile new file mode 100644 index 000000000000..5a9e5eaeb500 --- /dev/null +++ b/finance/R-cran-plm/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: R-cran-plm +# Date created: 2012-01-04 +# Whom: TAKATSU Tomonari <tota@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= plm +DISTVERSION= 1.2-8 +CATEGORIES= finance +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Linear Models for Panel Data + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +RUN_DEPENDS= R-cran-bdsmatrix>0:${PORTSDIR}/math/R-cran-bdsmatrix \ + R-cran-Formula>=0.2.0:${PORTSDIR}/math/R-cran-Formula \ + R-cran-sandwich>0:${PORTSDIR}/math/R-cran-sandwich + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/finance/R-cran-plm/distinfo b/finance/R-cran-plm/distinfo new file mode 100644 index 000000000000..ee317a9b5564 --- /dev/null +++ b/finance/R-cran-plm/distinfo @@ -0,0 +1,2 @@ +SHA256 (plm_1.2-8.tar.gz) = c9881585f666e7ef3ae4282f8afff802edce1c1d20b03222a4ebc3c080da4698 +SIZE (plm_1.2-8.tar.gz) = 1063262 diff --git a/finance/R-cran-plm/pkg-descr b/finance/R-cran-plm/pkg-descr new file mode 100644 index 000000000000..9a16b0248edc --- /dev/null +++ b/finance/R-cran-plm/pkg-descr @@ -0,0 +1,7 @@ +Panel data econometrics is obviously one of the main fields in the +profession, but most of the models used are difficult to estimate with +R. plm is a package for R which intends to make the estimation of +linear panel models straightforward. plm provides functions to +estimate a wide variety of models and to make (robust) inference. + +WWW: http://cran.r-project.org/web/packages/plm/ |