pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-statmod (math/R-statmod) Updated 1.4.32 to 1.4.36



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf004dc9dd54
branches:  trunk
changeset: 458565:bf004dc9dd54
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Sep 18 12:31:31 2021 +0000

description:
(math/R-statmod) Updated 1.4.32 to 1.4.36

25 Aug 2020: Statmod 1.4.35

- Fix Bug in tweedie(link.power=0) so that the resulting functions
  $linkinv() and $mu.eta() preserve the attributes of their
  arguments.

16 Feb 2020: statmod 1.4.34

- Improve the model description provided in the remlscoregamma() help
  page.

- tweedie() now checks whether `var.power` or `link.power` are
  character strings instead of numeric. If `var.power` is one of the
  standard family names ("gaussian", "poisson", "gamma" or
  "inverse.gaussian") or `link.power` is one of the standard link
  functions ("identity","log","inverse") then the argument is reset
  to the corresponding numerical value with a message, otherwise an
  informative error message is given.

- Cleaning up of internal code to avoid partial matching of function
  arguments, attributes or list component names. The automatic package
  tests are now run with the warnPartialMatchArgs,
  warnPartialMatchAttr and warnPartialMatchDollar options all set to
  TRUE.

 4 Jan 2020: statmod 1.4.33

- The components returned by mixedModel2Fit() relating to fixed
  coefficients are now documented explicitly. The help page has been
  corrected to refer to the argument `only.varcomp` instead of
  `fixed.estimates`. The vector of `reml.residuals` is no longer
  part of the output.

- The test file has been slightly revised using zapsmall() so ensure
  that the test output file remains correct for R with ATLAS BLAS.

diffstat:

 math/R-statmod/Makefile |   7 ++++---
 math/R-statmod/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r 1dccd3050955 -r bf004dc9dd54 math/R-statmod/Makefile
--- a/math/R-statmod/Makefile   Sat Sep 18 12:25:43 2021 +0000
+++ b/math/R-statmod/Makefile   Sat Sep 18 12:31:31 2021 +0000
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.17 2019/08/08 19:53:54 brook Exp $
+# $NetBSD: Makefile,v 1.18 2021/09/18 12:31:31 mef Exp $
 
 R_PKGNAME=     statmod
-R_PKGVER=      1.4.32
-CATEGORIES=    math
+R_PKGVER=      1.4.36
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Statistical modeling
 LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
+#TEST_DEPENDS+=        R-tweedie-[0-9]*:../..
+
 USE_LANGUAGES+=        c fortran
 
 .include "../../math/R/Makefile.extension"
diff -r 1dccd3050955 -r bf004dc9dd54 math/R-statmod/distinfo
--- a/math/R-statmod/distinfo   Sat Sep 18 12:25:43 2021 +0000
+++ b/math/R-statmod/distinfo   Sat Sep 18 12:31:31 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2019/07/31 20:33:59 brook Exp $
+$NetBSD: distinfo,v 1.15 2021/09/18 12:31:31 mef Exp $
 
-SHA1 (R/statmod_1.4.32.tar.gz) = e4c634788e4f5e024071df9864619764468418e2
-RMD160 (R/statmod_1.4.32.tar.gz) = c6f37c10cb2f59c6cb1b03166ee50b9f7d381fe6
-SHA512 (R/statmod_1.4.32.tar.gz) = c4e16c9cf123a6a961c73ab5d51c5b2daec8bddc4fb89d86bbeef85690ec85a945cc83333b10dfc2211d4d751d79db1e88ee30deab1dc4ce0f7f9d52af084a1c
-Size (R/statmod_1.4.32.tar.gz) = 59538 bytes
+SHA1 (R/statmod_1.4.36.tar.gz) = a70b82fc575a4cb6a7e125b16d96b6e70a8ae46d
+RMD160 (R/statmod_1.4.36.tar.gz) = ea7d5e626cf29b0ef0b44f0a834c8873165a32dc
+SHA512 (R/statmod_1.4.36.tar.gz) = 442d8ab268d54ec386d7f4e5a5d5993a02cc7f597e14ceb6907eb07a269c051431ac3ed1bb8a01f8bba6b35a894a3640cb78962cac1085271e566c30aec8bbba
+Size (R/statmod_1.4.36.tar.gz) = 93897 bytes



Home | Main Index | Thread Index | Old Index