Log message:
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
|
Log message:
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.
|
Log message:
Update to 2.01.39
Upstream changes:
2016-08-23 14:52 rsbivand
* DESCRIPTION, src/areapl.f, src/bounds.h, src/cncvwt.f,
src/dokhat.f, src/inpip.f, src/ipippa.f, src/iplace.f,
src/k12hat.f, src/kernel3d.f, src/khvc.f, src/khvmat.f,
src/krnnrm.f, src/krnqne.f, src/krnqrt.f, src/nndist.f,
src/plarea.f, src/sekhat.f, src/sort.f, src/sort2.f,
src/stkhat.f, src/stsecal.f, src/tribble.f, src/twodimmse.f,
src/weight.f: real*8 changed to double precision
2015-09-28 17:57 rsbivand
* ChangeLog, DESCRIPTION, inst/ChangeLog: tidy
2015-06-28 12:46 rsbivand
* DESCRIPTION, NAMESPACE: CRAN
_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_=true NAMESPACE tidy
2015-04-13 15:28 rsbivand
* svn2cl.xsl: move to distributed svn2cl
|
Log message:
Update to 2.01.37
Upstream changes:
2015-03-18 11:28 rsbivand
* DESCRIPTION,
src/ptinpoly.c: tidy
2015-02-03 19:28 rsbivand
* NAMESPACE:
tidy
2014-10-03 12:52 rsbivand
* DESCRIPTION,
R/inout.S: inout
2014-09-30 15:55 rsbivand
* ChangeLog,
inst/ChangeLog: tidy
2014-09-30 15:51 rsbivand
* DESCRIPTION,
R/inout.S, src/inpip.f: logical to integer inpip.f
2013-08-30 14:45 rsbivand
* ChangeLog,
inst/ChangeLog: tidy
2013-08-30 14:44 rsbivand
* DESCRIPTION:
tidy
2013-08-29 14:26 rsbivand
* .Rbuildignore:
tidy
|