pkgsrc/finance/R-timeSeries/Makefile
wen f7e32bfb2c Update to 3062.100
Upstream changes:
2020-01-24  Martin Maechler  <maechler@stat.math.ethz.ch>

	* DESCRIPTION (Version): 3062.100 ;  using Authors@R

	* R/utils-head.R: tail.matrix() in R-devel uses 'keepnums'.

	* R/timeSeries-readSeries.R (et all): do *NOT* use
	  `if(class(.) == "timeSeries")` but use `inherits(*, "...")` !!

	* R/methods-plot.R (.plotTimeSeries): fix wrong logic in
	  `if(.. && at == "auto")` when `at` can be a vector (!)

	* R/aaa-utils.R (`%||%`): utility, to be used extensively in
	* R/methods-plot2.R (.xtplot.timeSeries).
2022-04-02 03:10:26 +00:00

16 lines
374 B
Makefile

# $NetBSD: Makefile,v 1.5 2022/04/02 03:10:26 wen Exp $
R_PKGNAME= timeSeries
R_PKGVER= 3062.100
CATEGORIES= finance
MAINTAINER= minskim@NetBSD.org
COMMENT= Financial time series objects
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
DEPENDS+= R-timeDate>=2150.95:../../time/R-timeDate
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"