pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-pbkrtest (math/R-pbkrtest) Updated 0.4.7 to 0.5.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8f6d450c6ca
branches:  trunk
changeset: 458628:c8f6d450c6ca
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Sep 19 02:32:27 2021 +0000

description:
(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

diffstat:

 math/R-pbkrtest/Makefile |  12 +++++++++---
 math/R-pbkrtest/distinfo |  10 +++++-----
 2 files changed, 14 insertions(+), 8 deletions(-)

diffs (42 lines):

diff -r f512754a7725 -r c8f6d450c6ca math/R-pbkrtest/Makefile
--- a/math/R-pbkrtest/Makefile  Sun Sep 19 02:26:48 2021 +0000
+++ b/math/R-pbkrtest/Makefile  Sun Sep 19 02:32:27 2021 +0000
@@ -1,14 +1,20 @@
-# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:52 brook Exp $
+# $NetBSD: Makefile,v 1.5 2021/09/19 02:32:27 mef Exp $
 
 R_PKGNAME=     pbkrtest
-R_PKGVER=      0.4-7
-CATEGORIES=    math
+R_PKGVER=      0.5.1
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Parametric bootstrap and Kenward Roger based methods for mixed model comparison
 LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
 DEPENDS+=      R-lme4>=1.1.10:../../math/R-lme4
+DEPENDS+=      R-numDeriv-[0-9]*:../../math/R-numDeriv
+DEPENDS+=      R-broom-[0-9]*:../../math/R-broom
+
+# for a4.sty
+TEST_DEPENDS+= tex-ntgclass-[0-9]*:../../print/tex-ntgclass
+# tex-boxedminipage
+TEST_DEPENDS+= tex-boxedminipage-[0-9]*:../../print/tex-boxedminipage
 
 USE_LANGUAGES= # none
 
diff -r f512754a7725 -r c8f6d450c6ca math/R-pbkrtest/distinfo
--- a/math/R-pbkrtest/distinfo  Sun Sep 19 02:26:48 2021 +0000
+++ b/math/R-pbkrtest/distinfo  Sun Sep 19 02:32:27 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/01/22 06:19:48 wen Exp $
+$NetBSD: distinfo,v 1.2 2021/09/19 02:32:27 mef Exp $
 
-SHA1 (R/pbkrtest_0.4-7.tar.gz) = dbea531fdd5d6392bd451c3332a716c02457c506
-RMD160 (R/pbkrtest_0.4-7.tar.gz) = 7ce7d750b1032227bfaf4b158a17d8b4b857233f
-SHA512 (R/pbkrtest_0.4-7.tar.gz) = f99edfdfa21fcbedbac8acc6a449b8fd701438b1258e2e047a2d44f5350d2bdabb679d732140a18c9a900a4c4f453ad7e4775e8adae4375a57b8b9ae358d111d
-Size (R/pbkrtest_0.4-7.tar.gz) = 156406 bytes
+SHA1 (R/pbkrtest_0.5.1.tar.gz) = 75b34850f3233d983c38c5d570b16b0979f28c7d
+RMD160 (R/pbkrtest_0.5.1.tar.gz) = 0129344ad11489424b71a9ea575642558404d2eb
+SHA512 (R/pbkrtest_0.5.1.tar.gz) = b13cbcb3740be0a86510eb3ce933a54f6ef3fcf225f8203099c50de75c88b473a0367a5215aaf3c18566e07835d75dbd5a1be514ff5bed6e3c39293c50c6cce7
+Size (R/pbkrtest_0.5.1.tar.gz) = 246327 bytes



Home | Main Index | Thread Index | Old Index