aboutsummaryrefslogtreecommitdiffstats
path: root/finance
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2015-12-02 14:11:02 +0800
committerwen <wen@FreeBSD.org>2015-12-02 14:11:02 +0800
commitb24dcd4893ccc57304a2509f9549f502695e6664 (patch)
tree0fb38ba90936e96d5e693fc71413b9bbf7763a05 /finance
parentb882e5c74817cac43dc3f6c940b9d659cdeccf00 (diff)
downloadfreebsd-ports-gnome-b24dcd4893ccc57304a2509f9549f502695e6664.tar.gz
freebsd-ports-gnome-b24dcd4893ccc57304a2509f9549f502695e6664.tar.zst
freebsd-ports-gnome-b24dcd4893ccc57304a2509f9549f502695e6664.zip
Functions, data sets, examples, demos, and vignettes for the book
Christian Kleiber and Achim Zeileis (2008), Applied Econometrics with R, Springer-Verlag, New York. ISBN 978-0-387-77316-2. (See the vignette for a package overview.) WWW: http://cran.r-project.org/web/packages/AER/
Diffstat (limited to 'finance')
-rw-r--r--finance/Makefile1
-rw-r--r--finance/R-cran-AER/Makefile22
-rw-r--r--finance/R-cran-AER/distinfo2
-rw-r--r--finance/R-cran-AER/pkg-descr6
4 files changed, 31 insertions, 0 deletions
diff --git a/finance/Makefile b/finance/Makefile
index b7b35963130e..65f91f7d7174 100644
--- a/finance/Makefile
+++ b/finance/Makefile
@@ -3,6 +3,7 @@
COMMENT = Monetary, financial, and related applications
+ SUBDIR += R-cran-AER
SUBDIR += R-cran-PerformanceAnalytics
SUBDIR += R-cran-RFinanceYJ
SUBDIR += R-cran-TTR
diff --git a/finance/R-cran-AER/Makefile b/finance/R-cran-AER/Makefile
new file mode 100644
index 000000000000..f1aeb3f69ab4
--- /dev/null
+++ b/finance/R-cran-AER/Makefile
@@ -0,0 +1,22 @@
+# Created by: Wen Heping <wen@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= AER
+DISTVERSION= 1.2-4
+CATEGORIES= finance
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= wen@FreeBSD.org
+COMMENT= Applied Econometrics with R
+
+LICENSE= GPLv2 GPLv3
+LICENSE_COMB= dual
+
+RUN_DEPENDS= R-cran-car>=2.0.1:${PORTSDIR}/math/R-cran-car \
+ R-cran-lmtest>=0:${PORTSDIR}/finance/R-cran-lmtest \
+ R-cran-Formula>=0.2.0:${PORTSDIR}/math/R-cran-Formula \
+ R-cran-zoo>=0:${PORTSDIR}/math/R-cran-zoo
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
diff --git a/finance/R-cran-AER/distinfo b/finance/R-cran-AER/distinfo
new file mode 100644
index 000000000000..f4e3a6ac89fb
--- /dev/null
+++ b/finance/R-cran-AER/distinfo
@@ -0,0 +1,2 @@
+SHA256 (AER_1.2-4.tar.gz) = 705df59e4f92c3c7060e54c8327632a93f290ac28e2a6726f76b73190db4d031
+SIZE (AER_1.2-4.tar.gz) = 2096028
diff --git a/finance/R-cran-AER/pkg-descr b/finance/R-cran-AER/pkg-descr
new file mode 100644
index 000000000000..93a986457d2a
--- /dev/null
+++ b/finance/R-cran-AER/pkg-descr
@@ -0,0 +1,6 @@
+Functions, data sets, examples, demos, and vignettes for the book
+Christian Kleiber and Achim Zeileis (2008), Applied Econometrics
+with R, Springer-Verlag, New York. ISBN 978-0-387-77316-2. (See
+the vignette for a package overview.)
+
+WWW: http://cran.r-project.org/web/packages/AER/