svn commit: r401708 - in head/math: . R-cran-pbkrtest

TAKATSU Tomonari tota at FreeBSD.org
Sun Nov 15 15:07:10 UTC 2015


Author: tota
Date: Sun Nov 15 15:07:08 2015
New Revision: 401708
URL: https://svnweb.freebsd.org/changeset/ports/401708

Log:
  - Add new port: math/R-cran-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.
  
    WWW: https://cran.r-project.org/web/packages/pbkrtest/

Added:
  head/math/R-cran-pbkrtest/
  head/math/R-cran-pbkrtest/Makefile   (contents, props changed)
  head/math/R-cran-pbkrtest/distinfo   (contents, props changed)
  head/math/R-cran-pbkrtest/pkg-descr   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sun Nov 15 14:36:48 2015	(r401707)
+++ head/math/Makefile	Sun Nov 15 15:07:08 2015	(r401708)
@@ -39,6 +39,7 @@
     SUBDIR += R-cran-nloptr
     SUBDIR += R-cran-nnls
     SUBDIR += R-cran-outliers
+    SUBDIR += R-cran-pbkrtest
     SUBDIR += R-cran-psych
     SUBDIR += R-cran-quadprog
     SUBDIR += R-cran-sandwich

Added: head/math/R-cran-pbkrtest/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-pbkrtest/Makefile	Sun Nov 15 15:07:08 2015	(r401708)
@@ -0,0 +1,19 @@
+# Created by: TAKATSU Tomonari <tota at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	pbkrtest
+DISTVERSION=	0.4-2
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	tota at FreeBSD.org
+COMMENT=	Parametric bootstrap and Kenward-Roger-based methods for mixed model comparison
+
+LICENSE=	GPLv2 GPLv3
+LICENSE_COMB=	dual
+
+RUN_DEPENDS=	R-cran-lme4>0:${PORTSDIR}/math/R-cran-lme4
+
+USES=	cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/math/R-cran-pbkrtest/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-pbkrtest/distinfo	Sun Nov 15 15:07:08 2015	(r401708)
@@ -0,0 +1,2 @@
+SHA256 (pbkrtest_0.4-2.tar.gz) = c5abf8dc5e90e3f448213bdbf2815b3906a21f845206ab4d378366a488b8f7fa
+SIZE (pbkrtest_0.4-2.tar.gz) = 163079

Added: head/math/R-cran-pbkrtest/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-pbkrtest/pkg-descr	Sun Nov 15 15:07:08 2015	(r401708)
@@ -0,0 +1,6 @@
+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.
+
+WWW: https://cran.r-project.org/web/packages/pbkrtest/


More information about the svn-ports-all mailing list