From b24dcd4893ccc57304a2509f9549f502695e6664 Mon Sep 17 00:00:00 2001 From: wen Date: Wed, 2 Dec 2015 06:11:02 +0000 Subject: 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/ --- finance/Makefile | 1 + finance/R-cran-AER/Makefile | 22 ++++++++++++++++++++++ finance/R-cran-AER/distinfo | 2 ++ finance/R-cran-AER/pkg-descr | 6 ++++++ 4 files changed, 31 insertions(+) create mode 100644 finance/R-cran-AER/Makefile create mode 100644 finance/R-cran-AER/distinfo create mode 100644 finance/R-cran-AER/pkg-descr (limited to 'finance') 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 +# $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 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/ -- cgit