Commit graph

9 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
50bbee2ede R-splancs: update to version 2.01.40.
Update to the canonical form of an R package.
2019-07-31 20:31:27 +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
wen
fc5c422c42 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
2016-11-06 03:03:16 +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
f7cd6d5740 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
2015-05-30 11:09:12 +00:00
wen
87e60b9dc4 Update to 2.01.34
Update LICENSE
2014-07-13 13:32:51 +00:00
wen
4862ec89a4 Update to 2.01.33
Upstream changes:
2013-06-22 17:09  rsbivand

	* DESCRIPTION, inst/LICENCE, inst/README, man/burkitt.Rd: help line
	  lengths

2013-03-30 13:30  rsbivand

	* LICENCE: remove clang warning

2013-03-30 13:29  rsbivand

	* src/ptinpoly.c: remove clang warning

2013-01-16 08:35  rsbivand

	* ChangeLog, inst/ChangeLog: tidy

2013-01-16 08:34  rsbivand

	* DESCRIPTION, R/First.lib.S: change to .onAttach for startup
	  message
2013-07-07 11:20:24 +00:00
brook
db3a03ab87 Initial import of the R-splancs package.
splancs: Spatial and Space-Time Point Pattern Analysis
2012-04-01 17:57:21 +00:00