pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/R-pbkrtest
Module Name: pkgsrc
Committed By: mef
Date: Sun Sep 19 02:32:27 UTC 2021
Modified Files:
pkgsrc/math/R-pbkrtest: Makefile distinfo
Log Message:
(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
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/R-pbkrtest/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/R-pbkrtest/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-pbkrtest/Makefile
diff -u pkgsrc/math/R-pbkrtest/Makefile:1.4 pkgsrc/math/R-pbkrtest/Makefile:1.5
--- pkgsrc/math/R-pbkrtest/Makefile:1.4 Thu Aug 8 19:53:52 2019
+++ pkgsrc/math/R-pbkrtest/Makefile Sun Sep 19 02:32:27 2021
@@ -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
Index: pkgsrc/math/R-pbkrtest/distinfo
diff -u pkgsrc/math/R-pbkrtest/distinfo:1.1 pkgsrc/math/R-pbkrtest/distinfo:1.2
--- pkgsrc/math/R-pbkrtest/distinfo:1.1 Mon Jan 22 06:19:48 2018
+++ pkgsrc/math/R-pbkrtest/distinfo Sun Sep 19 02:32:27 2021
@@ -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