diff options
author | minskim <minskim@pkgsrc.org> | 2018-03-25 00:32:45 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2018-03-25 00:32:45 +0000 |
commit | 0aaca5cba77854de545b08bd589c460b8586061c (patch) | |
tree | 059cbb6a0234f340a5dee9de4e1ff77c18a43760 /math | |
parent | 24b3c02be55f3a86a4b618bb8f0dfeb68286780c (diff) | |
download | pkgsrc-0aaca5cba77854de545b08bd589c460b8586061c.tar.gz |
math/R-RcppArmadillo: Update to 0.8.400.0.0
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 & subcube iterators
- added normcdf()
- added mvnrnd()
- added chi2rnd()
- added wishrnd() and iwishrnd()
Diffstat (limited to 'math')
-rw-r--r-- | math/R-RcppArmadillo/Makefile | 4 | ||||
-rw-r--r-- | math/R-RcppArmadillo/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/math/R-RcppArmadillo/Makefile b/math/R-RcppArmadillo/Makefile index 72303481469..5309dea3098 100644 --- a/math/R-RcppArmadillo/Makefile +++ b/math/R-RcppArmadillo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2018/03/22 15:36:04 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2018/03/25 00:32:45 minskim Exp $ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -9,7 +9,7 @@ COMMENT= Testing linear regression models LICENSE= gnu-gpl-v2 R_PKGNAME= RcppArmadillo -R_PKGVER= 0.8.300.1.0 +R_PKGVER= 0.8.400.0.0 USE_LANGUAGES= c++11 fortran diff --git a/math/R-RcppArmadillo/distinfo b/math/R-RcppArmadillo/distinfo index c9473d6ccc6..c06e9a6afd8 100644 --- a/math/R-RcppArmadillo/distinfo +++ b/math/R-RcppArmadillo/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.1 2018/03/22 15:36:04 minskim Exp $ +$NetBSD: distinfo,v 1.2 2018/03/25 00:32:45 minskim Exp $ -SHA1 (R/RcppArmadillo_0.8.300.1.0.tar.gz) = 37a1e3b8c1ca16924bfad9e429db03a064d9b4c2 -RMD160 (R/RcppArmadillo_0.8.300.1.0.tar.gz) = 5e68e1f9899373d54907508268a08ca6f635463b -SHA512 (R/RcppArmadillo_0.8.300.1.0.tar.gz) = 47e684e651f2c47f5f275fc9e256471b1b993663a56732aa031bafea08e0b28d185f24e47aa12ed577f5a9e38a694cb5a2413a6505a33e58b6a2382993b2a46b -Size (R/RcppArmadillo_0.8.300.1.0.tar.gz) = 1318517 bytes +SHA1 (R/RcppArmadillo_0.8.400.0.0.tar.gz) = 4b2ef3ea7d04dd1e1b3b1234e51f7a743378a106 +RMD160 (R/RcppArmadillo_0.8.400.0.0.tar.gz) = 3337b6059afcafee8077df3e95f3892a344ba2a0 +SHA512 (R/RcppArmadillo_0.8.400.0.0.tar.gz) = 5505b16c9b59e73909e7504845ca54f90f7afa1e33647e9b285557d0b8d3a060dd636a4fa0aa2fd56fa973ac3293152a2ef3a5e64e8581c016b69f5f7ed041a0 +Size (R/RcppArmadillo_0.8.400.0.0.tar.gz) = 1332745 bytes SHA1 (patch-configure) = fe37058ac76616d6b781de9d60484feec19ba154 |