pkgsrc/math/R-zoo/Makefile
mef d8910bc609 (math/R-zoo) Updated 1.8.9 to 1.8.10
Changes in Version 1.8-10

  o The transform() method now internally uses a list of zoo series (as opposed
    to a data.frame of numeric variables, as used in previous versions). This
    means that the transformations can really operate on full zoo series.

  o Added MATCH() methods for classes "Date", "POSIXct", and "POSIXlt", all
    of which essentially match the underlying numeric vector (suggested by
    Kurt Hornik).

  o In zooreg() the "ts.eps" argument is now also used (in squares) as the
    tolerance in the all.equal() comparisons used to determine the underlying
    regular time grid.
2022-05-23 11:48:04 +00:00

25 lines
850 B
Makefile

# $NetBSD: Makefile,v 1.17 2022/05/23 11:48:04 mef Exp $
R_PKGNAME= zoo
R_PKGVER= 1.8-10
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= S3 infrastructure for regular and irregular time series
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
# Packages suggested but not available:
# 'AER', 'fts', 'mondate', 'stinepack', 'strucchange', 'tis'
TEST_DEPENDS+= R-chron-[0-9]*:../../math/R-chron
TEST_DEPENDS+= R-coda-[0-9]*:../../math/R-coda
TEST_DEPENDS+= R-ggplot2-[0-9]*:../../graphics/R-ggplot2
TEST_DEPENDS+= R-scales-[0-9]*:../../graphics/R-scales
TEST_DEPENDS+= R-timeDate-[0-9]*:../../time/R-timeDate
TEST_DEPENDS+= R-timeSeries-[0-9]*:../../finance/R-timeSeries
TEST_DEPENDS+= R-tseries-[0-9]*:../../finance/R-tseries
TEST_DEPENDS+= R-xts-[0-9]*:../../math/R-xts
USE_LANGUAGES= c
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"