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:   wen
Date:           Fri Jun  1 07:10:54 UTC 2018

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

Log Message:
Update to 1.0.5

Upstream changes:
CHANGES IN VGAM VERSION 1.0-5

NEW FEATURES

    o   extlogit() now handles 'deriv = 3'.
    o   Generic function hdeff() implements an analytic solution
        for the following families: borel.tanner(), felix(), lindley().
        For almost all other families, finite-difference approximations
        to derivatives means that first and second derivatives can be
        computed, even with models with 'xij' terms.
    o   Generic function wald.stat() implements Wald tests with SEs evaluated
        at the null values, not at the original MLE, so do not suffer from the
        Hauck-Donner effect.
    o   "vglm" objects have a new "charfun" slot, for the
        characteristic function.
    o   "summary.vglm" and "summary.vlm" objects have new
        "coef4lrt0", "coef4score0", "coef4wald0" slots, for
        storing the 'Wald table' equivalent of LRTs, score tests and
        modified Wald tests.
        The latter has its SEs computed at the null values with the
        other coefficients obtained by further IRLS iterations, etc.
        Function summaryvglm() has arguments 'lrt0.arg', 'score0.arg',
        'wald0.arg'.
    o   TIC() is new, for the Takeuchi's Information Criterion.
        Thanks to Khedhaouiria Dikra for suggesting this.
    o   mills.ratio() and mills.ratio2() are exported.
    o   New functions: lrt.stat(), score.stat(), wald.stat(),
        which.etas(), which.xij().
    o   cauchy1() and cauchy() handle multiple responses and have
        been modernized a bit.
    o   Tested okay on R 3.4.3.

BUG FIXES and CHANGES

    o   Setting 'deriv.arg' a positive value in plotvgam() when there
        are no s() terms results in a warning.
        Thanks to Barry Goodwin for detecting this.
    o   cens.poisson() can better handle large lambda values, at least for
        left and right censored data (but not for interval-censored data yet).
        Thanks to Eugenie Hunsicker for picking up deficiencies in the code.
    o   In multinomial.Rd, it was stated that setting parallel = TRUE
        did not make the intercepts the same. It does make them the same.
        Thanks to Stuart Coles for picking this up.
    o   binomialff(multiple.responses = TRUE) returned an incorrect deviance.
    o   bilogistic() uses SFS rather than BFGS as its algorithm.
    o   Deprecated: lrp(), normal1() [use uninormal() instead].


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/math/R-VGAM/Makefile:1.2
--- pkgsrc/math/R-VGAM/Makefile:1.1     Mon Jan 22 19:22:44 2018
+++ pkgsrc/math/R-VGAM/Makefile Fri Jun  1 07:10:54 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/01/22 19:22:44 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2018/06/01 07:10:54 wen Exp $
 
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
@@ -9,7 +9,7 @@ COMMENT=        Vector Generalized Linear and A
 LICENSE=       gnu-gpl-v2
 
 R_PKGNAME=     VGAM
-R_PKGVER=      1.0-4
+R_PKGVER=      1.0-5
 
 USE_LANGUAGES= c fortran
 
Index: pkgsrc/math/R-VGAM/distinfo
diff -u pkgsrc/math/R-VGAM/distinfo:1.1 pkgsrc/math/R-VGAM/distinfo:1.2
--- pkgsrc/math/R-VGAM/distinfo:1.1     Mon Jan 22 19:22:44 2018
+++ pkgsrc/math/R-VGAM/distinfo Fri Jun  1 07:10:54 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/01/22 19:22:44 minskim Exp $
+$NetBSD: distinfo,v 1.2 2018/06/01 07:10:54 wen Exp $
 
-SHA1 (R/VGAM_1.0-4.tar.gz) = f52f70a01e37042f82a7272d8198e1a80fecb88d
-RMD160 (R/VGAM_1.0-4.tar.gz) = b5448508408504b8fed0d1763cfe102b5c7e6a24
-SHA512 (R/VGAM_1.0-4.tar.gz) = ccbcb9273de4ff4150577d4ab5eff751ccc350dd1e6d109fed4b37d3f55c641aee6b4e5fda1b0e6df41d94fadf50a886cca7f67daab6b49d919f666b408cf74e
-Size (R/VGAM_1.0-4.tar.gz) = 1374748 bytes
+SHA1 (R/VGAM_1.0-5.tar.gz) = 61108ebc40739fb1753680ea822d31e620df33bd
+RMD160 (R/VGAM_1.0-5.tar.gz) = b9ffee8f357ab81723b71e7a4c79d21fc7241e21
+SHA512 (R/VGAM_1.0-5.tar.gz) = 3e2096535153069e200ede3f4c073ab6f753b3a2c38d5ffd102bcfd94c5505f403f22275d03fde892332ad0c0eb217be61de2022fdbf5f4b394813635aa06d2e
+Size (R/VGAM_1.0-5.tar.gz) = 2552397 bytes



Home | Main Index | Thread Index | Old Index