summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authormef <mef>2017-02-10 23:11:05 +0000
committermef <mef>2017-02-10 23:11:05 +0000
commitc7ca306b09dcb03cfa07bc26d3600053c5bdcde3 (patch)
tree374228cb1a79b184a9b37ed734a48451e3af44d9 /math
parent9d869853768225c541903f09f2c4533e2965508c (diff)
downloadpkgsrc-c7ca306b09dcb03cfa07bc26d3600053c5bdcde3.tar.gz
Updated math/R-quantreg 5.21 to 5.29
------------------------------------- From: https://cran.r-project.org/web/packages/quantreg/ChangeLog 5.21 1. Allowed ... to be passed in plot.summary.crqs. 2. Fixed namespace bug in dynrq, and added an Edgeworth wacky AR(1) example to dynrq.Rd. 3. Fixed rqss bug about length of residual vector 5.23 1. Added a "cluster" option for summary.rq() when using the bootstrap option this option implements the wild gradient bootstrap method of Hagemann (2016). See boot.rq for further details. [Needs further testing.] 2. Added a sfn method for rq models, and in the process modified somewhat the return object for both rq.fit.sfn and rq.fit.sfnc so that it is compatible with other rq.fit objects. 5.24 1. Reverted to the old fortran versions of srqfn.f and srqfnc.f, ie removed Martin Maechler's C versions, in preparation for some new sparse forms of the bootstrapping functions. Made a couple of slight changes in the return object for these functions. 2. Fixed a sihttps://cran.r-project.org/web/packages/quantreg/ChangeLoggn error in the cluster option pointed out in an email of Andreas on May 9 2016. 3. Added jackknife option to boot.rq for the proposal of Portnoy. 4. Adapted boot.rq and friends so that when there are multiple taus summary.rqs reuses the same randomization for each of the taus to facilitate joint inference with the bootstrap realizations. 5.25 1. When method = "sfn" store model$x in sparse form. Then when bootstrapping use method = "sfn" rather than the usual "br" method. 2. When using the "cluster" option for bootstrap allow "sfn" as above. 3. When na.action = "omit" and length(fit$na.action) > 0, then omit these values from the strata indicator "cluster". This would seem to help bring together the survey package and quantreg as desired by email correspondance with donald706. 5.26 1. Fixed long line per Kurt's suggestion. 2. Added some comments about method "sfn" in the man page for rq. 5.27 1. removed lines that cat'd taus from rqprocess in the khmal.R 2. fixed environment problem in nlrq, according to suggestion of Vaidotas Zemlys-Balevicius email August 9 2016. 5.28 1. Cleaned up the fortran source a bit in accordance with Kurt's mandate of late August 2016. There are still some offensive items mainly in crq.f that should be dealt with, but I wasn't able to dig into this at the moment.
Diffstat (limited to 'math')
-rw-r--r--math/R-quantreg/Makefile4
-rw-r--r--math/R-quantreg/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/math/R-quantreg/Makefile b/math/R-quantreg/Makefile
index a18983c9c18..106dcb425d0 100644
--- a/math/R-quantreg/Makefile
+++ b/math/R-quantreg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/04/09 11:08:45 wen Exp $
+# $NetBSD: Makefile,v 1.3 2017/02/10 23:11:05 mef Exp $
#
CATEGORIES= math
@@ -10,7 +10,7 @@ COMMENT= Quantile Regression
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
R_PKGNAME= quantreg
-R_PKGVER= 5.21
+R_PKGVER= 5.29
USE_LANGUAGES= c fortran
diff --git a/math/R-quantreg/distinfo b/math/R-quantreg/distinfo
index 571802acad7..3be3602fb78 100644
--- a/math/R-quantreg/distinfo
+++ b/math/R-quantreg/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2016/04/09 11:08:45 wen Exp $
+$NetBSD: distinfo,v 1.3 2017/02/10 23:11:05 mef Exp $
-SHA1 (R/quantreg_5.21.tar.gz) = de78fc22b52b5672047e2f331ba97d5363795928
-RMD160 (R/quantreg_5.21.tar.gz) = 591e5d640e5fad8631f2ba9ebe5038360785500e
-SHA512 (R/quantreg_5.21.tar.gz) = 96d2323eb55f0402e0f339f5084ccee69f74091ad4851e3a15a3bc58d14ddcc77fc43bb049b5fa47dea16b9527b9672d0c50d2bff6db752731ab9e5fe270fd8e
-Size (R/quantreg_5.21.tar.gz) = 1718934 bytes
+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