1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- 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/
This commit is contained in:
TAKATSU Tomonari 2011-08-30 21:14:29 +00:00
parent b7ef8e6b1d
commit 968e974976
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280788
4 changed files with 32 additions and 0 deletions

View File

@ -17,6 +17,7 @@
SUBDIR += R-cran-psych
SUBDIR += R-cran-sm
SUBDIR += R-cran-sp
SUBDIR += R-cran-zoo
SUBDIR += aamath
SUBDIR += abakus
SUBDIR += abs

22
math/R-cran-zoo/Makefile Normal file
View File

@ -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>

2
math/R-cran-zoo/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (zoo_1.7-3.tar.gz) = 522381a9eab0052b2af4786bf7f6a9e48993cbad50c3bc2b02c92804dfd9c647
SIZE (zoo_1.7-3.tar.gz) = 1207413

View File

@ -0,0 +1,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.
WWW: http://zoo.r-forge.r-project.org/