From owner-svn-ports-all@freebsd.org Fri Dec 6 09:47:58 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D4F5F1C7746; Fri, 6 Dec 2019 09:47:58 +0000 (UTC) (envelope-from dteske@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47Tnnp52YZz4F8C; Fri, 6 Dec 2019 09:47:58 +0000 (UTC) (envelope-from dteske@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 75110274CC; Fri, 6 Dec 2019 09:47:58 +0000 (UTC) (envelope-from dteske@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xB69lwer099588; Fri, 6 Dec 2019 09:47:58 GMT (envelope-from dteske@FreeBSD.org) Received: (from dteske@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xB69lvF6099583; Fri, 6 Dec 2019 09:47:57 GMT (envelope-from dteske@FreeBSD.org) Message-Id: <201912060947.xB69lvF6099583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dteske set sender to dteske@FreeBSD.org using -f From: Devin Teske Date: Fri, 6 Dec 2019 09:47:57 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: dteske X-SVN-Commit-Paths: in head/math: . R-cran-acepack X-SVN-Commit-Revision: 519127 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Dec 2019 09:47:58 -0000 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 +# $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 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/