pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/R-xts Import R-xts v0.8-6.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a0f3dbe116bf
branches: trunk
changeset: 602585:a0f3dbe116bf
user: brook <brook%pkgsrc.org@localhost>
date: Sun Apr 15 17:13:47 2012 +0000
description:
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:
math/R-xts/DESCR | 4 ++++
math/R-xts/Makefile | 19 +++++++++++++++++++
math/R-xts/distinfo | 5 +++++
3 files changed, 28 insertions(+), 0 deletions(-)
diffs (40 lines):
diff -r 83dbbf4a76c9 -r a0f3dbe116bf math/R-xts/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-xts/DESCR Sun Apr 15 17:13:47 2012 +0000
@@ -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 -r 83dbbf4a76c9 -r a0f3dbe116bf math/R-xts/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-xts/Makefile Sun Apr 15 17:13:47 2012 +0000
@@ -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@localhost
+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 -r 83dbbf4a76c9 -r a0f3dbe116bf math/R-xts/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-xts/distinfo Sun Apr 15 17:13:47 2012 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index