summaryrefslogtreecommitdiff
path: root/math/R-DAAG
AgeCommit message (Collapse)AuthorFilesLines
2019-08-08Update all R packages to canonical form.brook1-6/+4
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-07-31R-DAAG: update to version 1.22.1.brook2-9/+11
Update to the canonical form of an R package.
2018-07-28Remove MASTER_SITES= from individual R package Makefiles.brook1-2/+1
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-05-31Update to 1.22wen2-7/+7
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.
2015-11-03Add SHA512 digests for distfiles for math categoryagc1-1/+2
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.
2014-09-19Remove math/R-latticeExtra and switch dependency to reimported packagebrook1-2/+2
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
2014-08-26Update to DAAG v1.20.brook2-12/+10
2012-04-15Update to DAAG v1.12 and regularize the package files.brook3-13/+14
2010-08-02bump PKGREVISION for yesterday's fix (PR 42507)dholland1-1/+2
2010-07-31Additional INSTALLATION_DIRS entry from Robert Elz in PR 42507.dholland1-2/+3
While here, fix typo in COMMENT.
2009-12-21This should have been imported along with R-2.10.0; oopsadam2-13/+14
2008-10-13Update R-DAAG to 0.97markd2-7/+7
Changes unknown
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-8/+8
Patch provided by Sergey Svishchev in private mail.
2006-06-30Update R-DAAG to 0.79markd2-7/+6
Changes unknown but fixes build problem seen in bulk builds.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-11-04Imported R-DAAG from pkgsrc-wip.rillig4-0/+24
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.