Index: head/math/Makefile =================================================================== --- head/math/Makefile +++ head/math/Makefile @@ -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 Index: head/math/R-cran-ADGofTest/Makefile =================================================================== --- head/math/R-cran-ADGofTest/Makefile +++ head/math/R-cran-ADGofTest/Makefile @@ -0,0 +1,16 @@ +# Created by: Devin Teske +# $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 Index: head/math/R-cran-ADGofTest/distinfo =================================================================== --- head/math/R-cran-ADGofTest/distinfo +++ head/math/R-cran-ADGofTest/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1575361826 +SHA256 (ADGofTest_0.3.tar.gz) = 9cd9313954f6ecd82480d373f6c5371ca84ab33e3f5c39d972d35cfcf1096846 +SIZE (ADGofTest_0.3.tar.gz) = 2634 Index: head/math/R-cran-ADGofTest/pkg-descr =================================================================== --- head/math/R-cran-ADGofTest/pkg-descr +++ head/math/R-cran-ADGofTest/pkg-descr @@ -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/