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
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.
Upstream changes:
Changes in DAAG version 1.21
NEW FEATURES
o The dataset hurricNamed (deaths from Atlantic hurricanes,
damage assessments, and other measures, from 1950 onwards)
has been added.
o The dataset cps3 (a subset of cps10 has been added
o The help file CVlm.Rd has been amended to give the correct
return value for CVlm() and cv.lm().
o An enhanced version of overlapDensity()
(an alias is overlap.density()), as assumed by the code for
Figure 13.3 on page 421 of the 3rd edition of "Data Analysis
and Graphics using R", has replaced the former version.
in graphics/R-latticeExtra.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@. See the thread starting with:
http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
consists of data sets and functions with our (John Maindonald
and John Braun's) book, Data Analysis and Graphics Using
R, published by Cambridge University Press.