<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/math/R-RcppArmadillo, 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-RcppArmadillo: update to version 0.9.600.4.0.</title>
<updated>2019-07-31T18:39:23Z</updated>
<author>
<name>brook</name>
<email>brook@pkgsrc.org</email>
</author>
<published>2019-07-31T18:39:23Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0de7775153b23c32883964422ea6e8b14e713bcd'/>
<id>urn:sha1:0de7775153b23c32883964422ea6e8b14e713bcd</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>math/R-RcppArmadillo: Update to 0.8.400.0.0</title>
<updated>2018-03-25T00:32:45Z</updated>
<author>
<name>minskim</name>
<email>minskim@pkgsrc.org</email>
</author>
<published>2018-03-25T00:32:45Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0aaca5cba77854de545b08bd589c460b8586061c'/>
<id>urn:sha1:0aaca5cba77854de545b08bd589c460b8586061c</id>
<content type='text'>
Changes:
    - faster handling of sparse matrices by repmat()
    - faster loading of CSV files
    - expanded kron() to handle sparse matrices
    - expanded index_min() and index_max() to handle cubes
    - expanded randi(), randu(), randn(), randg() to output single scalars
    - added submatrix &amp; subcube iterators
    - added normcdf()
    - added mvnrnd()
    - added chi2rnd()
    - added wishrnd() and iwishrnd()</content>
</entry>
<entry>
<title>math/R-RcppArmadillo: Add a patch file for portability fix</title>
<updated>2018-03-22T15:38:26Z</updated>
<author>
<name>minskim</name>
<email>minskim@pkgsrc.org</email>
</author>
<published>2018-03-22T15:38:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d8e4fdef6da789843e8b26a677eb3457793453ee'/>
<id>urn:sha1:d8e4fdef6da789843e8b26a677eb3457793453ee</id>
<content type='text'>
This should have been a part of the previous import.</content>
</entry>
<entry>
<title>math/R-RcppArmadillo: Import version 0.8.300.1.0</title>
<updated>2018-03-22T15:36:04Z</updated>
<author>
<name>minskim</name>
<email>minskim@pkgsrc.org</email>
</author>
<published>2018-03-22T15:36:04Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a506fd89f66752709903c1a14523c2f24954838b'/>
<id>urn:sha1:a506fd89f66752709903c1a14523c2f24954838b</id>
<content type='text'>
Armadillo is a templated C++ linear algebra library (by Conrad
Sanderson) that aims towards a good balance between speed and ease of
use. Integer, floating point and complex numbers are supported, as
well as a subset of trigonometric and statistics functions. Various
matrix decompositions are provided through optional integration with
LAPACK and ATLAS libraries.</content>
</entry>
</feed>
