diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-02-04 10:42:24 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-02-04 10:42:24 +0000 |
commit | 953478afb3d3c3d035463192a519f35552797ff2 (patch) | |
tree | 5d87e71b8afbb752a8de192050531340bc97d7ba /finance/R-cran-plm | |
parent | 23aeb1d2f90132434308f9f7b3a3de3e82504ced (diff) | |
download | ports-953478afb3d3c3d035463192a519f35552797ff2.tar.gz ports-953478afb3d3c3d035463192a519f35552797ff2.zip |
Notes
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/ |