diff options
author | brook <brook> | 2012-04-15 17:10:18 +0000 |
---|---|---|
committer | brook <brook> | 2012-04-15 17:10:18 +0000 |
commit | 8447be0d9ec134e3c24186fb6aed0ed308758551 (patch) | |
tree | 4fdacffd22c30f8144183ed62919f79b7535b904 /math | |
parent | 5f292ce340a26ea73f40da398639c2b364a499fe (diff) | |
download | pkgsrc-8447be0d9ec134e3c24186fb6aed0ed308758551.tar.gz |
Import R-zoo v1.7-7.
An S3 class with methods for totally ordered indexed observations. It
is particularly aimed at irregular time series of numeric
vectors/matrices and factors. Zoo's key design goals are independence
of a particular index/date/time class and consistency with ts and base
R by providing methods to extend standard generics.
Diffstat (limited to 'math')
-rw-r--r-- | math/R-zoo/DESCR | 5 | ||||
-rw-r--r-- | math/R-zoo/Makefile | 15 | ||||
-rw-r--r-- | math/R-zoo/distinfo | 5 |
3 files changed, 25 insertions, 0 deletions
diff --git a/math/R-zoo/DESCR b/math/R-zoo/DESCR new file mode 100644 index 00000000000..c21858b90ed --- /dev/null +++ b/math/R-zoo/DESCR @@ -0,0 +1,5 @@ +An S3 class with methods for totally ordered indexed observations. It +is particularly aimed at irregular time series of numeric +vectors/matrices and factors. Zoo's key design goals are independence +of a particular index/date/time class and consistency with ts and base +R by providing methods to extend standard generics. diff --git a/math/R-zoo/Makefile b/math/R-zoo/Makefile new file mode 100644 index 00000000000..fb95550a1a9 --- /dev/null +++ b/math/R-zoo/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/04/15 17:10:18 brook Exp $ + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/zoo/ +COMMENT= S3 Infrastructure for Regular and Irregular Time Series +LICENSE= gnu-gpl-v2 + +R_PKGNAME= zoo +R_PKGVER= 1.7-7 + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-zoo/distinfo b/math/R-zoo/distinfo new file mode 100644 index 00000000000..f77c152096a --- /dev/null +++ b/math/R-zoo/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/04/15 17:10:18 brook Exp $ + +SHA1 (R/zoo_1.7-7.tar.gz) = f44f9ba2fd67054e70ba915dfb52c9e18dc44d4f +RMD160 (R/zoo_1.7-7.tar.gz) = 7cb62194adfd3c0f65fcf94a3b7fced8be8ee4ed +Size (R/zoo_1.7-7.tar.gz) = 1240674 bytes |