Date: Wed, 2 Dec 2015 06:11:02 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402812 - in head/finance: . R-cran-AER Message-ID: <201512020611.tB26B2tQ054557@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Wed Dec 2 06:11:02 2015 New Revision: 402812 URL: https://svnweb.freebsd.org/changeset/ports/402812 Log: 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/ Added: head/finance/R-cran-AER/ head/finance/R-cran-AER/Makefile (contents, props changed) head/finance/R-cran-AER/distinfo (contents, props changed) head/finance/R-cran-AER/pkg-descr (contents, props changed) Modified: head/finance/Makefile Modified: head/finance/Makefile ============================================================================== --- head/finance/Makefile Wed Dec 2 05:36:45 2015 (r402811) +++ head/finance/Makefile Wed Dec 2 06:11:02 2015 (r402812) @@ -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 Added: head/finance/R-cran-AER/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/R-cran-AER/Makefile Wed Dec 2 06:11:02 2015 (r402812) @@ -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> Added: head/finance/R-cran-AER/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/R-cran-AER/distinfo Wed Dec 2 06:11:02 2015 (r402812) @@ -0,0 +1,2 @@ +SHA256 (AER_1.2-4.tar.gz) = 705df59e4f92c3c7060e54c8327632a93f290ac28e2a6726f76b73190db4d031 +SIZE (AER_1.2-4.tar.gz) = 2096028 Added: head/finance/R-cran-AER/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/R-cran-AER/pkg-descr Wed Dec 2 06:11:02 2015 (r402812) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512020611.tB26B2tQ054557>