Fri Jun 2 13:55:59 2023 UTC ()
(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.


(mef)
diff -r1.18 -r1.19 pkgsrc/math/R-statmod/Makefile
diff -r1.17 -r1.18 pkgsrc/math/R-statmod/distinfo

cvs diff -r1.18 -r1.19 pkgsrc/math/R-statmod/Makefile (expand / switch to unified diff)

--- pkgsrc/math/R-statmod/Makefile 2021/09/18 12:31:31 1.18
+++ pkgsrc/math/R-statmod/Makefile 2023/06/02 13:55:59 1.19
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile,v 1.18 2021/09/18 12:31:31 mef Exp $ 1# $NetBSD: Makefile,v 1.19 2023/06/02 13:55:59 mef Exp $
2 2
3R_PKGNAME= statmod 3R_PKGNAME= statmod
4R_PKGVER= 1.4.36 4R_PKGVER= 1.5.0
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7COMMENT= Statistical modeling 7COMMENT= Statistical modeling
8LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 8LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
9 9
10#TEST_DEPENDS+= R-tweedie-[0-9]*:../.. 10#TEST_DEPENDS+= R-tweedie-[0-9]*:../..
11 11
12USE_LANGUAGES+= c fortran 12USE_LANGUAGES+= c fortran
13 13
14.include "../../math/R/Makefile.extension" 14.include "../../math/R/Makefile.extension"
15.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"

cvs diff -r1.17 -r1.18 pkgsrc/math/R-statmod/distinfo (expand / switch to unified diff)

--- pkgsrc/math/R-statmod/distinfo 2021/10/26 10:55:33 1.17
+++ pkgsrc/math/R-statmod/distinfo 2023/06/02 13:55:59 1.18
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.17 2021/10/26 10:55:33 nia Exp $ 1$NetBSD: distinfo,v 1.18 2023/06/02 13:55:59 mef Exp $
2 2
3BLAKE2s (R/statmod_1.4.36.tar.gz) = 2840362a34d8fed04f1e9470368b20854769e1d87804a1cd26b57e57c01a8f44 3BLAKE2s (R/statmod_1.5.0.tar.gz) = 7b65b9e36564478f74e5b971c175b81ac769c1d10ba234514bc392e0c70fc915
4SHA512 (R/statmod_1.4.36.tar.gz) = 442d8ab268d54ec386d7f4e5a5d5993a02cc7f597e14ceb6907eb07a269c051431ac3ed1bb8a01f8bba6b35a894a3640cb78962cac1085271e566c30aec8bbba 4SHA512 (R/statmod_1.5.0.tar.gz) = e2ce1ebbe576dc55b7366fb975fdf68f4149e89f2311c97291d3343c9a824e60f2809c4cb1e2c04c02632b89539ff1c454b1b9e4f25c1ef4741832871b6f9a4c
5Size (R/statmod_1.4.36.tar.gz) = 93897 bytes 5Size (R/statmod_1.5.0.tar.gz) = 92486 bytes