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:   mef
Date:           Fri Nov 15 23:25:48 UTC 2024

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

Log Message:
(..math/R-quantreg) Updatd 5.96 to 5.99

5.97
1.  Changed dfloat  to dble  per BDR's email of 19/08/23

5.98

1.  On the advice of BDR the arithmetic ifs in cholsky.f were modified to
accord with "modernization" of fortran.  And the Do loops in crqf.f were also
modified to end with CONTINUE.

2.  Some syntax issues identified in the new CRAN checks were also made.

5.99

1.  Bug in rq.fit.conquer fixed to allow ci to be passed to conquer::conquer.

2.  cp cholesky.f from SparseM to remove computed gotos in the quantreg
version

3.  changed several calls to model.matrix to use contrasts.arg = rather than
contrasts =


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/R-quantreg/Makefile
cvs rdiff -u -r1.9 -r1.10 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.10 pkgsrc/math/R-quantreg/Makefile:1.11
--- pkgsrc/math/R-quantreg/Makefile:1.10        Fri Aug 11 06:23:48 2023
+++ pkgsrc/math/R-quantreg/Makefile     Fri Nov 15 23:25:48 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2023/08/11 06:23:48 mef Exp $
+# $NetBSD: Makefile,v 1.11 2024/11/15 23:25:48 mef Exp $
 
 R_PKGNAME=     quantreg
-R_PKGVER=      5.96
+R_PKGVER=      5.99
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Quantile regression

Index: pkgsrc/math/R-quantreg/distinfo
diff -u pkgsrc/math/R-quantreg/distinfo:1.9 pkgsrc/math/R-quantreg/distinfo:1.10
--- pkgsrc/math/R-quantreg/distinfo:1.9 Fri Aug 11 06:23:48 2023
+++ pkgsrc/math/R-quantreg/distinfo     Fri Nov 15 23:25:48 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2023/08/11 06:23:48 mef Exp $
+$NetBSD: distinfo,v 1.10 2024/11/15 23:25:48 mef Exp $
 
-BLAKE2s (R/quantreg_5.96.tar.gz) = 86e8319d2d5779110485e6f03b0726f6577247416194a93fbfcae6206e94ee72
-SHA512 (R/quantreg_5.96.tar.gz) = de5e07d5a0addc621bac916594a451fa9231263a311159e5649fe4b251c2e19a96625ce98ebda7179f0f498cd32d09df8115b28eea54c92456add56ed85f30db
-Size (R/quantreg_5.96.tar.gz) = 1026000 bytes
+BLAKE2s (R/quantreg_5.99.tar.gz) = 507190eaf1148e2fb30d8a7f32cf4f06c9e00717ef77f6c95308e5b9302f3b38
+SHA512 (R/quantreg_5.99.tar.gz) = 0fcf95c8c90ff87eef6124c27856ad1e75f22fd4c61cac5bab85d70d29aec9cf21306c19a53d58519c044e2292e7fd8197441d5b32120a3a87f42ff6b67a634d
+Size (R/quantreg_5.99.tar.gz) = 1027293 bytes



Home | Main Index | Thread Index | Old Index