a994c14a6a
Update LICENSE Upstream changes: Changes in Version 1.7-11 o Extended the license from "GPL-2" to "GPL-2 | GPL-3". o Avoid duplications in Suggests/Imports/Depends in the package's DESCRIPTION. Use only :: instead of ::: to access certain functions from other namespaces. o Added as.list() methods for yearmon/yearqtr. o Added workaround in Ops.zoo if first argument is not a zoo series (prompted by Josh Ulrich). o The transform() method for zoo series now does what method for data.frame does (instead of just calling it) in order to get non-standard evaluation.
15 lines
398 B
Makefile
15 lines
398 B
Makefile
# $NetBSD: Makefile,v 1.6 2014/07/13 12:06:08 wen 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 OR gnu-gpl-v3
|
|
|
|
R_PKGNAME= zoo
|
|
R_PKGVER= 1.7-11
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|