Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Sep 2016 07:08:56 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422961 - in head/math: . R-cran-nortest
Message-ID:  <201609300708.u8U78uZQ013244@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609300708.u8U78uZQ013244>