Path to this page:
Subject: CVS commit: pkgsrc/finance/R-timeSeries
From: Wen Heping
Date: 2022-04-02 05:10:27
Message id: 20220402031027.17EEBFB24@cvs.NetBSD.org
Log Message:
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).
Files: