Sun Sep 19 02:32:27 2021 UTC ()
(math/R-pbkrtest)  Updated 0.4.7 to 0.5.1

pbkrtest v0.5.1 (Release date: 2021-03-09)
============================================

Changes

* Improved documentation

pbkrtest v0.5-0.0 (Release date: 2020-08-04)
============================================

Changes

* Satterthwaite approximation added via the SATmodcomp function.

* Checks for models being nested is not performed for parametric
  bootstrap any longer. Reason is that the simr package use parametric
  bootstrap for testing variance components being zero.

* doi added to DESCRIPTION file

pbkrtest v0.4-8.6 (Release date: 2020-02-20)
============================================

Bug fixes:

* documentation fixed ddf_Lb is now exported

* mclapply issue for windows fixed

* vcovAdj.lmerMod is exported to make emmeans work. Contact Russ Lenth
  to make emmeans used generic function vcovAdj.

pbkrtest v0.4-8 (Release date: 2020-02-20)
==========================================

Bug fixes:

  * Issue related to class() versus inherits() fixed.

Changes:

  * NEWS file added
  * NAMESPACE file is now generated automatically


(mef)
diff -r1.4 -r1.5 pkgsrc/math/R-pbkrtest/Makefile
diff -r1.1 -r1.2 pkgsrc/math/R-pbkrtest/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/math/R-pbkrtest/Makefile (expand / switch to unified diff)

--- pkgsrc/math/R-pbkrtest/Makefile 2019/08/08 19:53:52 1.4
+++ pkgsrc/math/R-pbkrtest/Makefile 2021/09/19 02:32:27 1.5
@@ -1,16 +1,22 @@ @@ -1,16 +1,22 @@
1# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:52 brook Exp $ 1# $NetBSD: Makefile,v 1.5 2021/09/19 02:32:27 mef Exp $
2 2
3R_PKGNAME= pbkrtest 3R_PKGNAME= pbkrtest
4R_PKGVER= 0.4-7 4R_PKGVER= 0.5.1
5CATEGORIES= math 
6 5
7MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Parametric bootstrap and Kenward Roger based methods for mixed model comparison 7COMMENT= Parametric bootstrap and Kenward Roger based methods for mixed model comparison
9LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 8LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
10 9
11DEPENDS+= R-lme4>=1.1.10:../../math/R-lme4 10DEPENDS+= R-lme4>=1.1.10:../../math/R-lme4
 11DEPENDS+= R-numDeriv-[0-9]*:../../math/R-numDeriv
 12DEPENDS+= R-broom-[0-9]*:../../math/R-broom
 13
 14# for a4.sty
 15TEST_DEPENDS+= tex-ntgclass-[0-9]*:../../print/tex-ntgclass
 16# tex-boxedminipage
 17TEST_DEPENDS+= tex-boxedminipage-[0-9]*:../../print/tex-boxedminipage
12 18
13USE_LANGUAGES= # none 19USE_LANGUAGES= # none
14 20
15.include "../../math/R/Makefile.extension" 21.include "../../math/R/Makefile.extension"
16.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/math/R-pbkrtest/distinfo (expand / switch to unified diff)

--- pkgsrc/math/R-pbkrtest/distinfo 2018/01/22 06:19:48 1.1
+++ pkgsrc/math/R-pbkrtest/distinfo 2021/09/19 02:32:27 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2018/01/22 06:19:48 wen Exp $ 1$NetBSD: distinfo,v 1.2 2021/09/19 02:32:27 mef Exp $
2 2
3SHA1 (R/pbkrtest_0.4-7.tar.gz) = dbea531fdd5d6392bd451c3332a716c02457c506 3SHA1 (R/pbkrtest_0.5.1.tar.gz) = 75b34850f3233d983c38c5d570b16b0979f28c7d
4RMD160 (R/pbkrtest_0.4-7.tar.gz) = 7ce7d750b1032227bfaf4b158a17d8b4b857233f 4RMD160 (R/pbkrtest_0.5.1.tar.gz) = 0129344ad11489424b71a9ea575642558404d2eb
5SHA512 (R/pbkrtest_0.4-7.tar.gz) = f99edfdfa21fcbedbac8acc6a449b8fd701438b1258e2e047a2d44f5350d2bdabb679d732140a18c9a900a4c4f453ad7e4775e8adae4375a57b8b9ae358d111d 5SHA512 (R/pbkrtest_0.5.1.tar.gz) = b13cbcb3740be0a86510eb3ce933a54f6ef3fcf225f8203099c50de75c88b473a0367a5215aaf3c18566e07835d75dbd5a1be514ff5bed6e3c39293c50c6cce7
6Size (R/pbkrtest_0.4-7.tar.gz) = 156406 bytes 6Size (R/pbkrtest_0.5.1.tar.gz) = 246327 bytes