From ccf69b31752e2f4f8866366462f0f49816cf8de6 Mon Sep 17 00:00:00 2001 From: Devin Teske Date: Fri, 6 Dec 2019 09:47:57 +0000 Subject: [PATCH] [New Port] math/R-cran-acepack: ACE and AVAS for selecting multiple regression transformations acepack provides Alternative Conditional Expectations (ACE) and Additivity Variance Stabilization (AVAS) nonparametric methods for multiple regression transformations in R. WWW: https://cran.r-project.org/web/packages/acepack/ Reviewed by: imp (mentor), mat (mentor) Approved by: imp (mentor), mat (mentor) Differential Revision: https://reviews.freebsd.org/D22667 --- math/Makefile | 1 + math/R-cran-acepack/Makefile | 16 ++++++++++++++++ math/R-cran-acepack/distinfo | 3 +++ math/R-cran-acepack/pkg-descr | 5 +++++ 4 files changed, 25 insertions(+) create mode 100644 math/R-cran-acepack/Makefile create mode 100644 math/R-cran-acepack/distinfo create mode 100644 math/R-cran-acepack/pkg-descr diff --git a/math/Makefile b/math/Makefile index 971675d21c44..8125a56d19c3 100644 --- a/math/Makefile +++ b/math/Makefile @@ -35,6 +35,7 @@ SUBDIR += R-cran-SparseM SUBDIR += R-cran-VGAM SUBDIR += R-cran-Zelig + SUBDIR += R-cran-acepack SUBDIR += R-cran-assertthat SUBDIR += R-cran-backports SUBDIR += R-cran-bdsmatrix diff --git a/math/R-cran-acepack/Makefile b/math/R-cran-acepack/Makefile new file mode 100644 index 000000000000..d8d09b9eb22f --- /dev/null +++ b/math/R-cran-acepack/Makefile @@ -0,0 +1,16 @@ +# Created by: Devin Teske +# $FreeBSD$ + +PORTNAME= acepack +PORTVERSION= 1.4.1 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= dteske@FreeBSD.org +COMMENT= ACE and AVAS for selecting multiple regression transformations + +LICENSE= MIT + +USES= cran:auto-plist,compiles + +.include diff --git a/math/R-cran-acepack/distinfo b/math/R-cran-acepack/distinfo new file mode 100644 index 000000000000..1edd30aa28b0 --- /dev/null +++ b/math/R-cran-acepack/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1575328640 +SHA256 (acepack_1.4.1.tar.gz) = 82750507926f02a696f6cc03693e8d4a5ee7e92500c8c15a16a9c12addcd28b9 +SIZE (acepack_1.4.1.tar.gz) = 34848 diff --git a/math/R-cran-acepack/pkg-descr b/math/R-cran-acepack/pkg-descr new file mode 100644 index 000000000000..8a7a0feb735f --- /dev/null +++ b/math/R-cran-acepack/pkg-descr @@ -0,0 +1,5 @@ +acepack provides Alternative Conditional Expectations (ACE) and +Additivity Variance Stabilization (AVAS) nonparametric methods for +multiple regression transformations in R. + +WWW: https://cran.r-project.org/web/packages/acepack/