diff options
author | brook <brook@pkgsrc.org> | 2012-04-15 17:13:47 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2012-04-15 17:13:47 +0000 |
commit | ed533a2923aa6dbdef4d18e342b361366f26ada0 (patch) | |
tree | 967db2c6e19bae6b590cd8ac1cfdb85e771aefec /math | |
parent | efb9bda52bcb7e0ae1b85c6174d3a8498e55d63b (diff) | |
download | pkgsrc-ed533a2923aa6dbdef4d18e342b361366f26ada0.tar.gz |
Import R-xts v0.8-6.
Provide for uniform handling of R's different time-based data classes
by extending zoo, maximizing native format information preservation
and allowing for user level customization and extension, while
simplifying cross-class interoperability.
Diffstat (limited to 'math')
-rw-r--r-- | math/R-xts/DESCR | 4 | ||||
-rw-r--r-- | math/R-xts/Makefile | 19 | ||||
-rw-r--r-- | math/R-xts/distinfo | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/math/R-xts/DESCR b/math/R-xts/DESCR new file mode 100644 index 00000000000..0d03f09659b --- /dev/null +++ b/math/R-xts/DESCR @@ -0,0 +1,4 @@ +Provide for uniform handling of R's different time-based data classes +by extending zoo, maximizing native format information preservation +and allowing for user level customization and extension, while +simplifying cross-class interoperability. diff --git a/math/R-xts/Makefile b/math/R-xts/Makefile new file mode 100644 index 00000000000..d963665a929 --- /dev/null +++ b/math/R-xts/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/04/15 17:13:47 brook Exp $ + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/xts/ +COMMENT= eXtensible Time Series +LICENSE= gnu-gpl-v2 + +R_PKGNAME= xts +R_PKGVER= 0.8-6 + +USE_LANGUAGES+= c fortran + +DEPENDS+= R-zoo>=1.7.7:../../math/R-zoo + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-xts/distinfo b/math/R-xts/distinfo new file mode 100644 index 00000000000..fd21ea7780b --- /dev/null +++ b/math/R-xts/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/04/15 17:13:47 brook Exp $ + +SHA1 (R/xts_0.8-6.tar.gz) = cf6a201a218cf6cf0095bc62a70e1672c3c065a8 +RMD160 (R/xts_0.8-6.tar.gz) = 2f662b9b7fb9c891e92277bd660c3c59ac179d7b +Size (R/xts_0.8-6.tar.gz) = 328604 bytes |