Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2020 17:58:21 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521862 - in head/math: . R-cran-ADGofTest
Message-ID:  <202001021758.002HwL3e046155@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dteske (src committer)
Date: Thu Jan  2 17:58:20 2020
New Revision: 521862
URL: https://svnweb.freebsd.org/changeset/ports/521862

Log:
  [New Port] math/R-cran-ADGofTest: Anderson-Darling GoF test
  
  Anderson-Darling GoF test in R with p-value calculation based on Marsaglia's
  2004 paper "Evaluating the Anderson-Darling Distribution."
  
  WWW: https://cran.r-project.org/web/packages/ADGofTest/
  
  Reviewed by:	imp (mentor), mat (mentor)
  Approved by:	imp (mentor), mat (mentor)
  Differential Revision:	https://reviews.freebsd.org/D22673

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

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Thu Jan  2 17:31:28 2020	(r521861)
+++ head/math/Makefile	Thu Jan  2 17:58:20 2020	(r521862)
@@ -7,6 +7,7 @@
     SUBDIR += GiNaC
     SUBDIR += PDL
     SUBDIR += R
+    SUBDIR += R-cran-ADGofTest
     SUBDIR += R-cran-Amelia
     SUBDIR += R-cran-BsMD
     SUBDIR += R-cran-CVST

Added: head/math/R-cran-ADGofTest/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-ADGofTest/Makefile	Thu Jan  2 17:58:20 2020	(r521862)
@@ -0,0 +1,16 @@
+# Created by: Devin Teske <dteske@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	ADGofTest
+PORTVERSION=	0.3
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	dteske@FreeBSD.org
+COMMENT=	Anderson-Darling GoF test
+
+LICENSE=	GPLv2
+
+USES=		cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/math/R-cran-ADGofTest/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-ADGofTest/distinfo	Thu Jan  2 17:58:20 2020	(r521862)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1575361826
+SHA256 (ADGofTest_0.3.tar.gz) = 9cd9313954f6ecd82480d373f6c5371ca84ab33e3f5c39d972d35cfcf1096846
+SIZE (ADGofTest_0.3.tar.gz) = 2634

Added: head/math/R-cran-ADGofTest/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-ADGofTest/pkg-descr	Thu Jan  2 17:58:20 2020	(r521862)
@@ -0,0 +1,4 @@
+Anderson-Darling GoF test in R with p-value calculation based on Marsaglia's
+2004 paper "Evaluating the Anderson-Darling Distribution."
+
+WWW: https://cran.r-project.org/web/packages/ADGofTest/



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