File: [cvs.NetBSD.org] / pkgsrc / finance / R-timeSeries / Makefile (download)
Revision 1.5, Sat Apr 2 03:10:26 2022 UTC (10 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, HEAD Changes since 1.4: +2 -2
lines
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).
|