<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/math/R-R2HTML, branch trunk</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2021-10-26T10:55:21Z</updated>
<entry>
<title>math: Replace RMD160 checksums with BLAKE2s checksums</title>
<updated>2021-10-26T10:55:21Z</updated>
<author>
<name>nia</name>
<email>nia@pkgsrc.org</email>
</author>
<published>2021-10-26T10:55:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=35050bad02b57ed8ca4a6430799b6800b9846072'/>
<id>urn:sha1:35050bad02b57ed8ca4a6430799b6800b9846072</id>
<content type='text'>
All checksums have been double-checked against existing RMD160 and
SHA512 hashes</content>
</entry>
<entry>
<title>math: Remove SHA1 hashes for distfiles</title>
<updated>2021-10-07T14:27:43Z</updated>
<author>
<name>nia</name>
<email>nia@pkgsrc.org</email>
</author>
<published>2021-10-07T14:27:43Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a4dc7f45228012c1f678c7bbf0d0693040642bf6'/>
<id>urn:sha1:a4dc7f45228012c1f678c7bbf0d0693040642bf6</id>
<content type='text'>
</content>
</entry>
<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=0ef7168b02aa8dade900b32059d41aca19d30026'/>
<id>urn:sha1:0ef7168b02aa8dade900b32059d41aca19d30026</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-R2HTML: update to canonical form of an R package.</title>
<updated>2019-07-31T18:19:47Z</updated>
<author>
<name>brook</name>
<email>brook@pkgsrc.org</email>
</author>
<published>2019-07-31T18:19:47Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=154ced5c229f8dbd9c702172b1d9755398254c6b'/>
<id>urn:sha1:154ced5c229f8dbd9c702172b1d9755398254c6b</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=55af4570d6c4ce1988c7bfb90de029beec86838e'/>
<id>urn:sha1:55af4570d6c4ce1988c7bfb90de029beec86838e</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>Update to 2.3.2</title>
<updated>2018-05-31T02:02:09Z</updated>
<author>
<name>wen</name>
<email>wen@pkgsrc.org</email>
</author>
<published>2018-05-31T02:02:09Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=aa3dbd77581105252ca05a25d67cd4d6417bfa74'/>
<id>urn:sha1:aa3dbd77581105252ca05a25d67cd4d6417bfa74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 2.3.1</title>
<updated>2016-01-09T14:17:37Z</updated>
<author>
<name>wen</name>
<email>wen@pkgsrc.org</email>
</author>
<published>2016-01-09T14:17:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=eea8e434099a8b47220796f354ed18ffeed89d9b'/>
<id>urn:sha1:eea8e434099a8b47220796f354ed18ffeed89d9b</id>
<content type='text'>
Upstream changes:
# 2014-09-21 - Version 2.3.1
- Fixed message "Warning in formatC(Signif) : class of 'x' was discarded"
- Fixed problem looking up objects in Sweave. R Code inside
  Sweave files is now evaluated in .GlobalEnv, again, as
  before version 2.3.0.

# 2014-09-06 - Version 2.3
- API BREAK: Make package conform to new CRAN policies.
- .HTML.file is no longer stored in the global environment:
  use HTMLSetFile() and HTMLGetFile() instead of modifying it directly.
- .HTMLenv is no longer stored in the global environment:
  it should never have been accessed directly in the first place.
- fix() is no longer replaced during HTMLStart()/HTMLStop() sessions.
- Remove obsolete handling of 'date' class from package survival.
- Remove obsolete support for old format of objects from the rpart package</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=8a412f76baea769849ffaefc9d8d54e24e1c2607'/>
<id>urn:sha1:8a412f76baea769849ffaefc9d8d54e24e1c2607</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 R2HTML v2.2, add LICENSE and regularize package files.</title>
<updated>2012-04-15T14:51:05Z</updated>
<author>
<name>brook</name>
<email>brook@pkgsrc.org</email>
</author>
<published>2012-04-15T14:51:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ebb9b4127bbb9f03ba91b024224884651ef56650'/>
<id>urn:sha1:ebb9b4127bbb9f03ba91b024224884651ef56650</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to the latest version of the module along with R update</title>
<updated>2009-12-11T19:18:17Z</updated>
<author>
<name>adam</name>
<email>adam@pkgsrc.org</email>
</author>
<published>2009-12-11T19:18:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7ed6e3642444763cdcc496a7cee165f91e8b1474'/>
<id>urn:sha1:7ed6e3642444763cdcc496a7cee165f91e8b1474</id>
<content type='text'>
</content>
</entry>
</feed>
