Date: Fri, 6 Dec 2019 09:47:57 +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: r519127 - in head/math: . R-cran-acepack Message-ID: <201912060947.xB69lvF6099583@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dteske (src committer) Date: Fri Dec 6 09:47:57 2019 New Revision: 519127 URL: https://svnweb.freebsd.org/changeset/ports/519127 Log: [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 Added: head/math/R-cran-acepack/ head/math/R-cran-acepack/Makefile (contents, props changed) head/math/R-cran-acepack/distinfo (contents, props changed) head/math/R-cran-acepack/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Fri Dec 6 09:40:33 2019 (r519126) +++ head/math/Makefile Fri Dec 6 09:47:57 2019 (r519127) @@ -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 Added: head/math/R-cran-acepack/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-acepack/Makefile Fri Dec 6 09:47:57 2019 (r519127) @@ -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> Added: head/math/R-cran-acepack/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-acepack/distinfo Fri Dec 6 09:47:57 2019 (r519127) @@ -0,0 +1,3 @@ +TIMESTAMP = 1575328640 +SHA256 (acepack_1.4.1.tar.gz) = 82750507926f02a696f6cc03693e8d4a5ee7e92500c8c15a16a9c12addcd28b9 +SIZE (acepack_1.4.1.tar.gz) = 34848 Added: head/math/R-cran-acepack/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-acepack/pkg-descr Fri Dec 6 09:47:57 2019 (r519127) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912060947.xB69lvF6099583>