[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
This commit is contained in:
Devin Teske 2019-12-06 09:47:57 +00:00
parent b099d5d7d1
commit ccf69b3175
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519127
4 changed files with 25 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,16 @@
# Created by: Devin Teske <dteske@FreeBSD.org>
# $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 <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1575328640
SHA256 (acepack_1.4.1.tar.gz) = 82750507926f02a696f6cc03693e8d4a5ee7e92500c8c15a16a9c12addcd28b9
SIZE (acepack_1.4.1.tar.gz) = 34848

View File

@ -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/