mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
- Add new port: math/R-cran-pls
Multivariate regression methods Partial Least Squares Regression (PLSR), Principal Component Regression (PCR) and Canonical Powered Partial Least Squares (CPPLS). WWW: https://cran.r-project.org/web/packages/pls/
This commit is contained in:
parent
86ae2c294b
commit
351ea543e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472769
@ -76,6 +76,7 @@
|
||||
SUBDIR += R-cran-numDeriv
|
||||
SUBDIR += R-cran-outliers
|
||||
SUBDIR += R-cran-pbkrtest
|
||||
SUBDIR += R-cran-pls
|
||||
SUBDIR += R-cran-prodlim
|
||||
SUBDIR += R-cran-psych
|
||||
SUBDIR += R-cran-quadprog
|
||||
|
15
math/R-cran-pls/Makefile
Normal file
15
math/R-cran-pls/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pls
|
||||
DISTVERSION= 2.6-0
|
||||
CATEGORIES= math
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= tota@FreeBSD.org
|
||||
COMMENT= Partial Least Squares and Principal Component Regression
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= cran:auto-plist
|
||||
|
||||
.include <bsd.port.mk>
|
3
math/R-cran-pls/distinfo
Normal file
3
math/R-cran-pls/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1529392170
|
||||
SHA256 (pls_2.6-0.tar.gz) = 3d8708fb7f45863d3861fd231e06955e6750bcbe717e1ccfcc6d66d0cb4d4596
|
||||
SIZE (pls_2.6-0.tar.gz) = 809111
|
5
math/R-cran-pls/pkg-descr
Normal file
5
math/R-cran-pls/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Multivariate regression methods Partial Least Squares Regression
|
||||
(PLSR), Principal Component Regression (PCR) and Canonical Powered
|
||||
Partial Least Squares (CPPLS).
|
||||
|
||||
WWW: https://cran.r-project.org/web/packages/pls/
|
Loading…
Reference in New Issue
Block a user