svn commit: r422961 - in head/math: . R-cran-nortest

Wen Heping wen at FreeBSD.org
Fri Sep 30 07:08:57 UTC 2016


Author: wen
Date: Fri Sep 30 07:08:56 2016
New Revision: 422961
URL: https://svnweb.freebsd.org/changeset/ports/422961

Log:
  Five omnibus tests for testing the composite hypothesis of normality.
  
  WWW: http://cran.r-project.org/web/packages/nortest/
  
  PR:		213089
  Submitted by:	pfg@

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

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Fri Sep 30 06:44:33 2016	(r422960)
+++ head/math/Makefile	Fri Sep 30 07:08:56 2016	(r422961)
@@ -54,6 +54,7 @@
     SUBDIR += R-cran-mvtnorm
     SUBDIR += R-cran-nloptr
     SUBDIR += R-cran-nnls
+    SUBDIR += R-cran-nortest
     SUBDIR += R-cran-outliers
     SUBDIR += R-cran-pbkrtest
     SUBDIR += R-cran-psych

Added: head/math/R-cran-nortest/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-nortest/Makefile	Fri Sep 30 07:08:56 2016	(r422961)
@@ -0,0 +1,17 @@
+# Created by: Pedro Giffuni
+# $FreeBSD$
+
+PORTNAME=	nortest
+DISTVERSION=	1.0-4
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	pfg at FreeBSD.org
+COMMENT=	Tests for Normality
+
+LICENSE=	GPLv2 GPLv3
+LICENSE_COMB=	dual
+
+USES=		cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/math/R-cran-nortest/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-nortest/distinfo	Fri Sep 30 07:08:56 2016	(r422961)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1475162072
+SHA256 (nortest_1.0-4.tar.gz) = a3850a048181d5d059c1e74903437569873b430c915b709808237d71fee5209f
+SIZE (nortest_1.0-4.tar.gz) = 6179

Added: head/math/R-cran-nortest/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-nortest/pkg-descr	Fri Sep 30 07:08:56 2016	(r422961)
@@ -0,0 +1,3 @@
+Five omnibus tests for testing the composite hypothesis of normality.
+
+WWW: http://cran.r-project.org/web/packages/nortest/


More information about the svn-ports-all mailing list