Commit graph

18 commits

Author SHA1 Message Date
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
4fdb2e81da R-lmm: update to version 1.2.
Update to the canonical form of an R package.
2019-07-31 19:51:24 +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
agc
286ea2536c Add SHA512 digests for distfiles for math category
Problems found locating distfiles:
	Package dfftpack: missing distfile dfftpack-20001209.tar.gz
	Package eispack: missing distfile eispack-20001130.tar.gz
	Package fftpack: missing distfile fftpack-20001130.tar.gz
	Package linpack: missing distfile linpack-20010510.tar.gz
	Package minpack: missing distfile minpack-20001130.tar.gz
	Package odepack: missing distfile odepack-20001130.tar.gz
	Package py-networkx: missing distfile networkx-1.10.tar.gz
	Package py-sympy: missing distfile sympy-0.7.6.1.tar.gz
	Package quadpack: missing distfile quadpack-20001130.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 23:33:26 +00:00
wen
b3368cd662 Update to 1.0
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
2015-05-31 13:01:35 +00:00
wen
a039059dd0 Update to 0.9
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
2014-11-01 13:31:10 +00:00
brook
c43c0da7ea Update to lmm v0.5 and regularize the package files. 2012-04-15 13:46:13 +00:00
markd
fa40cfe02d s/fortran77/fortran/ - use same fortran as R itself.
No PKGREVISION bump as either this is unchanged or didn't previously build
2011-12-19 22:27:04 +00:00
asau
dfc6889736 "fortran" -> "fortran77" except where it is clear that it isn't F77.
"fortran" is alias of "fortran77" for now, but it will change later.
2010-07-30 10:36:22 +00:00
asau
6754aacfb8 Follow f2c/libf2c split: bump revision of all packages
that list Fortran in used languages.
2009-12-03 13:06:51 +00:00
markd
f0aa215f11 fixup patch from previous. 2008-10-14 22:41:44 +00:00
markd
7bcdb60f06 Update R-lmm to 0.3.5
Changes unknown
2008-10-14 06:38:21 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
wiz
51c8ea8d62 pkglint USE_LANGUAGES cleanup. Patch from Sergey Svishchev. 2007-02-22 19:30:02 +00:00
joerg
2310cebbea On DragonFly, cc is used for the Fortran linking so
require C as language.
2006-08-22 18:57:01 +00:00
wiz
57e30bec58 Needs fortran. 2006-07-20 21:03:50 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
b3ba4566e9 Imported R-lmm from pkgsrc-wip.
Improved procedures for linear mixed models with R.
2005-11-04 08:15:42 +00:00