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:           Wed Jan 24 11:49:19 UTC 2024

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

Log Message:
(math/R-VGAM) Updated 1.1.8 to 1.1.9

                CHANGES IN VGAM VERSION 1.1-9

NEW FEATURES

    o   Soon: VGAM will require R >= 4.4.0 because plot.profile
        will move from \pkg{MASS} to \pkg{stats}. Sorry!
    o   Yettodo: modify dgaitdlog() to be like
        dgaitdpois() in terms of safeguarding against too
        much deflation and inflation (to return NaN).
        Ditto to dgaitdzeta() and dgaitdnbinom().
        Ditto for the p-type functions.
    o   New family functions: gammaff.mm(), hurea(d).
    o   New generic and/or methods functions: cops().
    o   acat(), cumulative(), cratio(), propodds(), sratio() handles
        argument 'thresholds' equalling 'symmetric1' and 'symmetric0'.
        Note from version 1.1-8 that 'equidistant' was added.
    o   Tested okay on R 4.3.0.

BUG FIXES and CHANGES

    o   wald.stat(..., orig.SE = TRUE, values0 = values0)
        assumed that values0 == 0.
    o   [rq]zinegbin() did not handle the case 'munb = NULL'
        when 'prob' was specified. Thanks to Giuseppe D for
        finding this bug.
    o   acat(), cumulative(), cratio(), propodds(), sratio()
        must have an intercept term.
    o   For vglm.fit(), slot "middle" is now "middle1",
        "fini" is now "fini1", and a new "start1" slot added.
    o   bigamma.mckay() moved into VGAMdata 1.1-9.
    o   nakagami() has a zero = "shape" argument.
    o   [dp]gaitdpois() have more range checking, e.g., for too
        much deflation and inflation.
    o   For more speed, several slow-checking .Rd files
        have been changed by using \dontrun{}.
    o   summary(posbernoulli.tb()) failed to print the confidence
        interval. Thanks to Carl Schwarz for picking this up.
    o   DFLOAT() changed to DBLE() in some .f files.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 pkgsrc/math/R-VGAM/Makefile:1.8
--- pkgsrc/math/R-VGAM/Makefile:1.7     Thu Jun 15 10:57:41 2023
+++ pkgsrc/math/R-VGAM/Makefile Wed Jan 24 11:49:19 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2023/06/15 10:57:41 mef Exp $
+# $NetBSD: Makefile,v 1.8 2024/01/24 11:49:19 mef Exp $
 
 R_PKGNAME=     VGAM
-R_PKGVER=      1.1-8
+R_PKGVER=      1.1-9
 
 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.7 pkgsrc/math/R-VGAM/distinfo:1.8
--- pkgsrc/math/R-VGAM/distinfo:1.7     Thu Jun 15 10:57:41 2023
+++ pkgsrc/math/R-VGAM/distinfo Wed Jan 24 11:49:19 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/06/15 10:57:41 mef Exp $
+$NetBSD: distinfo,v 1.8 2024/01/24 11:49:19 mef Exp $
 
-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
+BLAKE2s (R/VGAM_1.1-9.tar.gz) = 137bc8a6eacfa54fe869bcd8ba47fc3feb4615c59f6588010f78985f1930c0e8
+SHA512 (R/VGAM_1.1-9.tar.gz) = 4ac3eff60096408885ddaeaf0e6637f10160a8dd19c9a4231713c111465ced92ae72a1aacd7785f6941dab537030d6780772b3f810482cbe1114cfb8d35e2c74
+Size (R/VGAM_1.1-9.tar.gz) = 1644850 bytes



Home | Main Index | Thread Index | Old Index