summaryrefslogtreecommitdiff
path: root/math/R-quantreg
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2018-01-22 07:35:38 +0000
committerwen <wen@pkgsrc.org>2018-01-22 07:35:38 +0000
commite830d181b9b9b3b841c4f95613d5a855ca7a3753 (patch)
treeacd5cb03955bc18b057fe9cb2b5cd2cdffe352b5 /math/R-quantreg
parent145cb35cfd5a25b6d39c2af4ffc525f9c753e49f (diff)
downloadpkgsrc-e830d181b9b9b3b841c4f95613d5a855ca7a3753.tar.gz
Update to 5.34
Upstream changes: 5.30 1. Removed Y argument in crq GRAD subroutine, which seems to be superflous. 5.31 1. Added bag of little bootstraps option to summary.rq. Needs further testing. 5.32 1. Modified the BLB code to use boot.rq.wxy so that the inner loop was all in fortran, would be nicer if this loop were done with "fn" rather than "br". See the note in boot.rq above boot.rq.spwy. 2. modified the crq.pdf file to fix a mento in the description of the Peng Huang algorithm. 5.33 1. Added option to return density estimates from predict.rqs 2. modified rq.fit.fnb to include a rhs input argument. 3. modified boot.crq to properly deal with only one tau requests and also changed the default for printing progress report to n - 100,000. Both suggested by Steve Portnoy. 4. modified boot.rq so it returns cov(B$B) not cov(B) as reported by Marco Geraci 5. Fixed bug in anova.rqlist to correct error when "fn" method was used and no $y component was returned. Reported by Tom LaBone. 6. Fixed bug in summary.rqss -- control parameters weren't getting passed to chol call properly. (Reparted by Geoffrey Shideler (NOAA).) 7. Added init.c to register .Fortran calls and removed the package = "quantreg" argument. 5.34 1. Fix a bug in rqss to allow control parameters to be passed to rqss.fit when the method is "lasso" (pointed out by Heracles Apergis.) 2. changed nrow(R) to NROW(R) in rq.fit.hogg thanks to Paul Newell for bug report. 3. fixed axis label typo in demo engel2. 4. Added Panel.R demo to illustrate fixed effect panel estimation, a la Galvao job market talk. 5. Some changes to crq.fit.por as suggested by SLP: line 1: add an input variable mw (the error messages suggest changing mw if there are problems with resolving degeneracies or trying to pivot too far, and so it should be possible to do this without getting into the deep part of the code) lines 3 and 5: test that x is a matrix and add column names if they are missing line 39: define mw so that the fortran constraint is satisfied
Diffstat (limited to 'math/R-quantreg')
-rw-r--r--math/R-quantreg/Makefile5
-rw-r--r--math/R-quantreg/distinfo10
2 files changed, 8 insertions, 7 deletions
diff --git a/math/R-quantreg/Makefile b/math/R-quantreg/Makefile
index 106dcb425d0..7c627a43af2 100644
--- a/math/R-quantreg/Makefile
+++ b/math/R-quantreg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/02/10 23:11:05 mef Exp $
+# $NetBSD: Makefile,v 1.4 2018/01/22 07:35:38 wen Exp $
#
CATEGORIES= math
@@ -10,7 +10,7 @@ COMMENT= Quantile Regression
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
R_PKGNAME= quantreg
-R_PKGVER= 5.29
+R_PKGVER= 5.34
USE_LANGUAGES= c fortran
@@ -18,5 +18,6 @@ DEPENDS+= R-SparseM>=0:../../math/R-SparseM \
R-MatrixModels>=0:../../math/R-MatrixModels
.include "../../math/blas/buildlink3.mk"
+.include "../../math/lapack/buildlink3.mk"
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
diff --git a/math/R-quantreg/distinfo b/math/R-quantreg/distinfo
index 3be3602fb78..7cb7389c2eb 100644
--- a/math/R-quantreg/distinfo
+++ b/math/R-quantreg/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/02/10 23:11:05 mef Exp $
+$NetBSD: distinfo,v 1.4 2018/01/22 07:35:38 wen Exp $
-SHA1 (R/quantreg_5.29.tar.gz) = da341b177a0f094c3bb82917f35d59e8b5d1bd2a
-RMD160 (R/quantreg_5.29.tar.gz) = 6dfd07e3b496af718cb8cd12d1f4a06a3857f5ed
-SHA512 (R/quantreg_5.29.tar.gz) = 8ea0c1073ce361dbf31deff18b2b3d2c9ebb1326713ba461d29e1ec931f331f714f69234d74b4260b9c19aff5d8449f8b3223e706817643595c492b878f036cd
-Size (R/quantreg_5.29.tar.gz) = 1722772 bytes
+SHA1 (R/quantreg_5.34.tar.gz) = 4f27031591733b7d9070d6d7e3bec70ad9415d66
+RMD160 (R/quantreg_5.34.tar.gz) = aa1ee0056381e84cd9bfc3f1b66cc192b380f8b1
+SHA512 (R/quantreg_5.34.tar.gz) = 7c45be7a7ed8722c40d6d78fe95d0ff687a420ad802c13bb16cfe92b2ea316ce7397c04b93597a5abb88ddaa260074537c39e02819fec70b809886f163aa394c
+Size (R/quantreg_5.34.tar.gz) = 1640231 bytes