1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

- Add a new port: finance/R-cran-urca

Unit root and cointegration tests encountered in applied econometric
  analysis are implemented.

  WWW:	http://cran.r-project.org/web/packages/urca/
This commit is contained in:
TAKATSU Tomonari 2012-02-06 11:02:50 +00:00
parent b056f96a71
commit 2a0512cba0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290481
4 changed files with 29 additions and 0 deletions

View File

@ -7,6 +7,7 @@
SUBDIR += R-cran-gmm
SUBDIR += R-cran-plm
SUBDIR += R-cran-strucchange
SUBDIR += R-cran-urca
SUBDIR += aqbanking
SUBDIR += aqmoney
SUBDIR += beanie

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: R-cran-urca
# Date created: 2012-02-06
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= urca
DISTVERSION= 1.2-6
CATEGORIES= finance
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Unit root and cointegration tests for time series data
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (urca_1.2-6.tar.gz) = f4820f59caae2b0d3d525c2adb809a2f61b0f3c44a32a3f0ed8f37deaedd49fd
SIZE (urca_1.2-6.tar.gz) = 683262

View File

@ -0,0 +1,4 @@
Unit root and cointegration tests encountered in applied econometric
analysis are implemented.
WWW: http://cran.r-project.org/web/packages/urca/