diff options
author | tota <tota@FreeBSD.org> | 2011-08-31 05:14:29 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2011-08-31 05:14:29 +0800 |
commit | b3000652e81c3025783fafb5cacbe54a964452f8 (patch) | |
tree | 661b10254bc33cd673ac13b086330c3eb07ca9c8 /math/R-cran-zoo/Makefile | |
parent | e3aea5ae262df88d2d205ca57cf91c047c354ba2 (diff) | |
download | freebsd-ports-gnome-b3000652e81c3025783fafb5cacbe54a964452f8.tar.gz freebsd-ports-gnome-b3000652e81c3025783fafb5cacbe54a964452f8.tar.zst freebsd-ports-gnome-b3000652e81c3025783fafb5cacbe54a964452f8.zip |
- Add a new port: math/R-cran-zoo
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.
WWW: http://zoo.r-forge.r-project.org/
Diffstat (limited to 'math/R-cran-zoo/Makefile')
-rw-r--r-- | math/R-cran-zoo/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/math/R-cran-zoo/Makefile b/math/R-cran-zoo/Makefile new file mode 100644 index 000000000000..532dde95ca12 --- /dev/null +++ b/math/R-cran-zoo/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: R-cran-zoo +# Date created: 2011-08-16 +# Whom: TAKATSU Tomonari <tota@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= zoo +DISTVERSION= 1.7-3 +CATEGORIES= math +PKGNAMEPREFIX= R-cran- +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= S3 Infrastructure for Regular and Irregular Time Series + +LICENSE= GPLv2 + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include <bsd.port.mk> |