mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
[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:
parent
b099d5d7d1
commit
ccf69b3175
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519127
@ -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
|
||||
|
16
math/R-cran-acepack/Makefile
Normal file
16
math/R-cran-acepack/Makefile
Normal 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>
|
3
math/R-cran-acepack/distinfo
Normal file
3
math/R-cran-acepack/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1575328640
|
||||
SHA256 (acepack_1.4.1.tar.gz) = 82750507926f02a696f6cc03693e8d4a5ee7e92500c8c15a16a9c12addcd28b9
|
||||
SIZE (acepack_1.4.1.tar.gz) = 34848
|
5
math/R-cran-acepack/pkg-descr
Normal file
5
math/R-cran-acepack/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user