pkgsrc/math/R-zoo/Makefile
wen da82abd5bd Update to 1.7.13
Upstream changes:
Changes in Version 1.7-13

  o The window() method erroneously dropped the dimension in case of
    1-column zoo series. Fixed now.

  o Bug fix in NA handling of rollmax() pointed out by Cory Fletcher.

  o A few as.yearmon/as.yearqtr methods were not registered in
    the NAMESPACE but are now.

  o If there are less then two non-NAs in na.approx() then approx()
    cannot be applied. Instead of throwing an error (as up to version
    1.7-12) simply no NAs are replaced now.

  o Bug fix for lag(z, k = k, na.pad = TRUE) which ignored na.pad = TRUE
    if 'k' was a vector of lags.
2016-11-06 02:43:56 +00:00

15 lines
398 B
Makefile

# $NetBSD: Makefile,v 1.8 2016/11/06 02:43:56 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-13
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"