pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/R-statmod
Module Name: pkgsrc
Committed By: mef
Date: Sat Sep 18 12:31:31 UTC 2021
Modified Files:
pkgsrc/math/R-statmod: Makefile distinfo
Log Message:
(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.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/math/R-statmod/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/math/R-statmod/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-statmod/Makefile
diff -u pkgsrc/math/R-statmod/Makefile:1.17 pkgsrc/math/R-statmod/Makefile:1.18
--- pkgsrc/math/R-statmod/Makefile:1.17 Thu Aug 8 19:53:54 2019
+++ pkgsrc/math/R-statmod/Makefile Sat Sep 18 12:31:31 2021
@@ -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"
Index: pkgsrc/math/R-statmod/distinfo
diff -u pkgsrc/math/R-statmod/distinfo:1.14 pkgsrc/math/R-statmod/distinfo:1.15
--- pkgsrc/math/R-statmod/distinfo:1.14 Wed Jul 31 20:33:59 2019
+++ pkgsrc/math/R-statmod/distinfo Sat Sep 18 12:31:31 2021
@@ -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