pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/R-quantreg



Module Name:    pkgsrc
Committed By:   wen
Date:           Mon Jan 22 07:35:38 UTC 2018

Modified Files:
        pkgsrc/math/R-quantreg: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/R-quantreg/Makefile \
    pkgsrc/math/R-quantreg/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/R-quantreg/Makefile
diff -u pkgsrc/math/R-quantreg/Makefile:1.3 pkgsrc/math/R-quantreg/Makefile:1.4
--- pkgsrc/math/R-quantreg/Makefile:1.3 Fri Feb 10 23:11:05 2017
+++ pkgsrc/math/R-quantreg/Makefile     Mon Jan 22 07:35:38 2018
@@ -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-Spar
                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"
Index: pkgsrc/math/R-quantreg/distinfo
diff -u pkgsrc/math/R-quantreg/distinfo:1.3 pkgsrc/math/R-quantreg/distinfo:1.4
--- pkgsrc/math/R-quantreg/distinfo:1.3 Fri Feb 10 23:11:05 2017
+++ pkgsrc/math/R-quantreg/distinfo     Mon Jan 22 07:35:38 2018
@@ -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



Home | Main Index | Thread Index | Old Index