<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/math/R-randomForest, branch pkgsrc-pkgsrc-2019Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-pkgsrc-2019Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-pkgsrc-2019Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2019-08-08T19:53:36Z</updated>
<entry>
<title>Update all R packages to canonical form.</title>
<updated>2019-08-08T19:53:36Z</updated>
<author>
<name>brook</name>
<email>brook@pkgsrc.org</email>
</author>
<published>2019-08-08T19:53:36Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=38c18a05ab31abe1b0a5989c69504db181e8eb97'/>
<id>urn:sha1:38c18a05ab31abe1b0a5989c69504db181e8eb97</id>
<content type='text'>
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</content>
</entry>
<entry>
<title>R-randomForest: update to version 4.6.14.</title>
<updated>2019-07-31T20:23:32Z</updated>
<author>
<name>brook</name>
<email>brook@pkgsrc.org</email>
</author>
<published>2019-07-31T20:23:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9fdf87358b483015d5291fe23b92de9169e98e25'/>
<id>urn:sha1:9fdf87358b483015d5291fe23b92de9169e98e25</id>
<content type='text'>
Update to the canonical form of an R package and fix the LICENSE
field.</content>
</entry>
<entry>
<title>Remove MASTER_SITES= from individual R package Makefiles.</title>
<updated>2018-07-28T14:40:42Z</updated>
<author>
<name>brook</name>
<email>brook@pkgsrc.org</email>
</author>
<published>2018-07-28T14:40:42Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=00259d65947e6e34965e80c323fbf7bd99e04bc2'/>
<id>urn:sha1:00259d65947e6e34965e80c323fbf7bd99e04bc2</id>
<content type='text'>
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.</content>
</entry>
<entry>
<title>Add SHA512 digests for distfiles for math category</title>
<updated>2015-11-03T23:33:26Z</updated>
<author>
<name>agc</name>
<email>agc@pkgsrc.org</email>
</author>
<published>2015-11-03T23:33:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=02c872ca21d9749ad508bd4de22c5025a3a1d122'/>
<id>urn:sha1:02c872ca21d9749ad508bd4de22c5025a3a1d122</id>
<content type='text'>
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.</content>
</entry>
<entry>
<title>Update to 4.6.10</title>
<updated>2015-05-31T02:38:49Z</updated>
<author>
<name>wen</name>
<email>wen@pkgsrc.org</email>
</author>
<published>2015-05-31T02:38:49Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d408c8a4592508d9eda9791c03eb86ebc8828a19'/>
<id>urn:sha1:d408c8a4592508d9eda9791c03eb86ebc8828a19</id>
<content type='text'>
Upstream changes:
Changes in 4.6-10:

* Fixed bugs introduced in 4.6-8 and 4.6-9. Levels for ordered factors
  in predictors are no longer checked for consistency between training
  and test data in predict.randomForest().  In 4.6-9 the response is mean
  centered before running the algorithm (for regression), but the mean was
  not added back in the $y component of the return object from
  randomForest().

Changes in 4.6-9:

* Categorical predictors are allowed to have up to 53 categories now.

Changes in 4.6-8:

* There was a bug in the handling of ordered factors in randomForest.formula().
  (Reported by Barry Rawlingson.)

* Changed randomForest.formula() and predict.randomForest() so that
  predict() without newdata when na.action=na.exclude pads the output
  with NAs to match the rows in the original data (suggested by Barry
  Rawlingson.).

* There was a long standing bug in randomForest(..., proximity=TRUE, oob.prox=FALSE)
  in regression mode. (Thanks to Stefano Romano for the report.)</content>
</entry>
<entry>
<title>Update to 4.6.7</title>
<updated>2012-12-17T15:04:19Z</updated>
<author>
<name>wen</name>
<email>wen@pkgsrc.org</email>
</author>
<published>2012-12-17T15:04:19Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7804648cd3ba1353df51cfe55d253da8d0f1c915'/>
<id>urn:sha1:7804648cd3ba1353df51cfe55d253da8d0f1c915</id>
<content type='text'>
No upstream changelog.</content>
</entry>
<entry>
<title>Update to randomForest v4.6-6.  Add a LICENSE.</title>
<updated>2012-04-15T13:28:39Z</updated>
<author>
<name>brook</name>
<email>brook@pkgsrc.org</email>
</author>
<published>2012-04-15T13:28:39Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4afcaa65c60ed7ee9c0047500c0d91277d74e4c6'/>
<id>urn:sha1:4afcaa65c60ed7ee9c0047500c0d91277d74e4c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>s/fortran77/fortran/  - use same fortran as R itself.</title>
<updated>2011-12-19T22:27:04Z</updated>
<author>
<name>markd</name>
<email>markd@pkgsrc.org</email>
</author>
<published>2011-12-19T22:27:04Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=81c0c9f6ae5efe5b357313aaccf8f9b498864ba9'/>
<id>urn:sha1:81c0c9f6ae5efe5b357313aaccf8f9b498864ba9</id>
<content type='text'>
No PKGREVISION bump as either this is unchanged or didn't previously build</content>
</entry>
<entry>
<title>"fortran" -&gt; "fortran77" except where it is clear that it isn't F77.</title>
<updated>2010-07-30T10:36:22Z</updated>
<author>
<name>asau</name>
<email>asau@pkgsrc.org</email>
</author>
<published>2010-07-30T10:36:22Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7c81db083b68924f510566e4096a5d845a5d27f1'/>
<id>urn:sha1:7c81db083b68924f510566e4096a5d845a5d27f1</id>
<content type='text'>
"fortran" is alias of "fortran77" for now, but it will change later.</content>
</entry>
<entry>
<title>Needs C and Fortran. From PR 42506.</title>
<updated>2009-12-23T23:38:46Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2009-12-23T23:38:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=cd95bfeb086c4d9ac2ee235ab0581a591c2649f9'/>
<id>urn:sha1:cd95bfeb086c4d9ac2ee235ab0581a591c2649f9</id>
<content type='text'>
</content>
</entry>
</feed>
