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:
Version 1.0
2015-02-10 Convert rngs to real function in accordance with pan
Cast rangen explicitly as real
Revise DESCRIPTION and remove .Rinstignore
Upstream changes:
Version 0.9
2013-12-10 Change LICENCE following advince from Kurt Hornik
Version 0.8
2013-12-10 date stamp for CRAN submssion
2013-09-30 mv inst/doc vignettes
rmdir inst
Version 0.7
2013-09-27 Add MIT to LICENSE
Version 0.6
2012-04-16 Change "integer gmax/50/" into "integer gmax, data gmax/50/" in lmm.f
as suggested by Brook Milligan [mailto:brook@nmsu.edu]
2012-04-11 Revise example.Rd
2012-04-06 Include incomplete data in marijuana.rda
Accommodate the change in example.Rd
2012-04-05 Fix typos and add title to Table 1 in lmm-tr.Rnw