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: Fri Jun 2 13:55:59 UTC 2023
Modified Files:
pkgsrc/math/R-statmod: Makefile distinfo
Log Message:
(math/R-statmod) Updated 1.4.36 to 1.5.0
28 Dec 2022: statmod 1.5.0
- New function expectedDeviance() to compute expected values and variances of
unit deviances for linear exponential families, using C code written by
Lizhong Chen. Add Lizhong Chen as package author.
- Replace NAMESPACE exportPattern() with export().
- New argument `n0` for compareGrowthCurves() and CompareTwoGrownCurves() to
avoid permutation p-values exactly zero.
- Add link to Phipson & Smyth postprint on arXiv in help references for permp()
and compareGrowthCurves().
12 Aug 2022: statmod 1.4.37
- Fix mathematic equations in remlscor.Rd.
- Explain simulation method of power.fisher.test() in power.Rd.
- Update http to https URLs in elda.Rd, gauss.quad.Rd and gauss.quad.prob.Rd.
- Change url to doi for reference in elda.Rd.
- Add doi for reference in fitNBP.Rd.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/math/R-statmod/Makefile
cvs rdiff -u -r1.17 -r1.18 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.18 pkgsrc/math/R-statmod/Makefile:1.19
--- pkgsrc/math/R-statmod/Makefile:1.18 Sat Sep 18 12:31:31 2021
+++ pkgsrc/math/R-statmod/Makefile Fri Jun 2 13:55:59 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2021/09/18 12:31:31 mef Exp $
+# $NetBSD: Makefile,v 1.19 2023/06/02 13:55:59 mef Exp $
R_PKGNAME= statmod
-R_PKGVER= 1.4.36
+R_PKGVER= 1.5.0
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Statistical modeling
Index: pkgsrc/math/R-statmod/distinfo
diff -u pkgsrc/math/R-statmod/distinfo:1.17 pkgsrc/math/R-statmod/distinfo:1.18
--- pkgsrc/math/R-statmod/distinfo:1.17 Tue Oct 26 10:55:33 2021
+++ pkgsrc/math/R-statmod/distinfo Fri Jun 2 13:55:59 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2021/10/26 10:55:33 nia Exp $
+$NetBSD: distinfo,v 1.18 2023/06/02 13:55:59 mef Exp $
-BLAKE2s (R/statmod_1.4.36.tar.gz) = 2840362a34d8fed04f1e9470368b20854769e1d87804a1cd26b57e57c01a8f44
-SHA512 (R/statmod_1.4.36.tar.gz) = 442d8ab268d54ec386d7f4e5a5d5993a02cc7f597e14ceb6907eb07a269c051431ac3ed1bb8a01f8bba6b35a894a3640cb78962cac1085271e566c30aec8bbba
-Size (R/statmod_1.4.36.tar.gz) = 93897 bytes
+BLAKE2s (R/statmod_1.5.0.tar.gz) = 7b65b9e36564478f74e5b971c175b81ac769c1d10ba234514bc392e0c70fc915
+SHA512 (R/statmod_1.5.0.tar.gz) = e2ce1ebbe576dc55b7366fb975fdf68f4149e89f2311c97291d3343c9a824e60f2809c4cb1e2c04c02632b89539ff1c454b1b9e4f25c1ef4741832871b6f9a4c
+Size (R/statmod_1.5.0.tar.gz) = 92486 bytes
Home |
Main Index |
Thread Index |
Old Index