Commit graph

7 commits

Author SHA1 Message Date
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
nia
0f767f3f83 finance: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
2021-10-26 10:26:00 +00:00
nia
b7161897ed finance: Remove SHA1 hashes for distfiles 2021-10-07 13:53:49 +00:00
brook
93e94bec97 Update all R packages to canonical form.
The canonical form [1] of an R package Makefile includes the
following:

- The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as
  needed), and CATEGORIES.

- HOMEPAGE is not present but defined in math/R/Makefile.extension to
  refer to the CRAN web page describing the package.  Other relevant
  web pages are often linked from there via the URL field.

This updates all current R packages to this form, which will make
regular updates _much_ easier, especially using pkgtools/R2pkg.

[1] http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html
2019-08-08 19:53:36 +00:00
brook
495f797237 R-timeSeries: update to canonical form of an R package.
Update to the canonical form of an R package and fix the LICENSE
field.
2019-07-31 15:54:13 +00:00
brook
d1d2bdf864 Remove MASTER_SITES= from individual R package Makefiles.
Each R package should include ../../math/R/Makefile.extension, which also
defines MASTER_SITES.  Consequently, it is redundant for the individual
packages to do the same.  Package-specific definitions also prevent
redefining MASTER_SITES in a single common place.
2018-07-28 14:40:42 +00:00
minskim
3f009f7d56 finance/R-timeSeries: Import version 3042.102
This package provides a class and various tools for financial time
series. This includes basic functions such as scaling and sorting,
subsetting, mathematical operations and statistical functions.
2018-02-26 17:17:00 +00:00