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: wen
Date: Mon Jan 22 06:19:48 UTC 2018
Added Files:
pkgsrc/math/R-pbkrtest: DESCR Makefile distinfo
Log Message:
Import pbkrtest-0.4.7 as math/R-pbkrtest.
Test in linear mixed effects models. Attention is on linear mixed
effects models as implemented in the lme4 package. The package
implements a parametric bootstrap test. The package implements a
Kenward-Roger modification of F-tests.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-pbkrtest/DESCR \
pkgsrc/math/R-pbkrtest/Makefile pkgsrc/math/R-pbkrtest/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/math/R-pbkrtest/DESCR
diff -u /dev/null pkgsrc/math/R-pbkrtest/DESCR:1.1
--- /dev/null Mon Jan 22 06:19:48 2018
+++ pkgsrc/math/R-pbkrtest/DESCR Mon Jan 22 06:19:48 2018
@@ -0,0 +1,4 @@
+Test in linear mixed effects models. Attention is on linear mixed
+effects models as implemented in the lme4 package. The package
+implements a parametric bootstrap test. The package implements a
+Kenward-Roger modification of F-tests.
Index: pkgsrc/math/R-pbkrtest/Makefile
diff -u /dev/null pkgsrc/math/R-pbkrtest/Makefile:1.1
--- /dev/null Mon Jan 22 06:19:48 2018
+++ pkgsrc/math/R-pbkrtest/Makefile Mon Jan 22 06:19:48 2018
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2018/01/22 06:19:48 wen Exp $
+#
+
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= ${R_HOMEPAGE_BASE}/pbkrtest/
+COMMENT= Parametric bootstrap and Kenward-Roger-based methods
+LICENSE= gnu-gpl-v2
+
+R_PKGNAME= pbkrtest
+R_PKGVER= 0.4-7
+
+USE_LANGUAGES= # none
+
+DEPENDS+= R-lme4>=1.1.10:../../math/R-lme4
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/R-pbkrtest/distinfo
diff -u /dev/null pkgsrc/math/R-pbkrtest/distinfo:1.1
--- /dev/null Mon Jan 22 06:19:48 2018
+++ pkgsrc/math/R-pbkrtest/distinfo Mon Jan 22 06:19:48 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/01/22 06:19:48 wen 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
Home |
Main Index |
Thread Index |
Old Index