pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/R-VGAM
Module Name: pkgsrc
Committed By: mef
Date: Thu Jun 15 10:57:41 UTC 2023
Modified Files:
pkgsrc/math/R-VGAM: Makefile distinfo
Log Message:
(math/R-VGAM) Updated 1.1.6 to 1.1.8
CHANGES IN VGAM VERSION 1.1-8
NEW FEATURES
o Warnings from R-devel addressed.
o acat(), cumulative(), cratio(), sratio() have arguments
'thresholds', 'Tref', 'Treverse'.
o hdeffsev() has been edited.
o margeff() works for poissonff(), negbinomial() and
posnegbinomial() objects.
o multilogit() did not handle 1-row arguments correctly when
'inverse = FALSE'. Now vglm(y, multinomial) handles a 1-row y,
as well as acat and cumulative and [cs]ratio.
o rrvglm.fit() is more robust with respect to 'one.more'.
o plot.vgam() issues an error if sm.os()/sm.ps() is used with
deriv.arg > 0.
o New data set: budworm.
BUG FIXES and CHANGES
o rainbow.sky has a new green.
o zoabetaR() handles the argument 'constraints'. Thanks
to Riccardo Lo Martire for helping to find the bug.
CHANGES IN VGAM VERSION 1.1-7
NEW FEATURES
o Slot 'rqresslot' added to VGAM family functions, for implementing
randomized quantile residuals.
Available in about 50 family functions such as poissonff() currently.
o Slot 'rqresslot' added to VGAM family functions, for implementing
o Argument 'label.it' added to model.matrixvlm().
o New generic and/or methods functions: rqresid(), rqresiduals().
o New data set: lpossums.
o Tested okay on R 4.2.1.
BUG FIXES and CHANGES
o cumulative() has been replaced by its version prior
to 2021-05. Evidently some so-called improvements
created some bugs. Thanks to Johanna Neslehova for
alerting me to this.
o bistudentt() was documented wrong; thanks to
Iago Gine Vazquez for finding this.
o fill() now deprecated; replaced by fill4().
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/R-VGAM/Makefile \
pkgsrc/math/R-VGAM/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-VGAM/Makefile
diff -u pkgsrc/math/R-VGAM/Makefile:1.6 pkgsrc/math/R-VGAM/Makefile:1.7
--- pkgsrc/math/R-VGAM/Makefile:1.6 Sat May 21 13:14:49 2022
+++ pkgsrc/math/R-VGAM/Makefile Thu Jun 15 10:57:41 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2022/05/21 13:14:49 mef Exp $
+# $NetBSD: Makefile,v 1.7 2023/06/15 10:57:41 mef Exp $
R_PKGNAME= VGAM
-R_PKGVER= 1.1-6
+R_PKGVER= 1.1-8
MAINTAINER= mishka%NetBSD.org@localhost
COMMENT= Vector generalized linear and additive models
Index: pkgsrc/math/R-VGAM/distinfo
diff -u pkgsrc/math/R-VGAM/distinfo:1.6 pkgsrc/math/R-VGAM/distinfo:1.7
--- pkgsrc/math/R-VGAM/distinfo:1.6 Sat May 21 13:14:49 2022
+++ pkgsrc/math/R-VGAM/distinfo Thu Jun 15 10:57:41 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2022/05/21 13:14:49 mef Exp $
+$NetBSD: distinfo,v 1.7 2023/06/15 10:57:41 mef Exp $
-BLAKE2s (R/VGAM_1.1-6.tar.gz) = 0d42857e240e3d5e2b72976e8a3dcac141a1682bc9146373f183f760a186c5e2
-SHA512 (R/VGAM_1.1-6.tar.gz) = fc05040324ab32271a1b6e95e20a42fbe154540651e356cb61030333c928a4d32f46e29fdfb98fa5e62010cd782441c09240c59bd36e533cc8cf864f0de7be41
-Size (R/VGAM_1.1-6.tar.gz) = 1713153 bytes
+BLAKE2s (R/VGAM_1.1-8.tar.gz) = 43a729998f03a69cb990acf95f904270f4ffbb28c6482c04b50a3a4669a9a1e3
+SHA512 (R/VGAM_1.1-8.tar.gz) = cbb4d398b8f3daab4613d80a67aeb1f7bc30933ad4e8b41570c43deea421ac4bc89542df2651010583d6e928ddc63598ca5c72a7efe799cd94c6bc1cf6bff6b2
+Size (R/VGAM_1.1-8.tar.gz) = 1638263 bytes
Home |
Main Index |
Thread Index |
Old Index