diff options
author | tota <tota@FreeBSD.org> | 2018-06-19 16:03:45 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2018-06-19 16:03:45 +0800 |
commit | 0365282c5b61597d9338040623ffef254888f6c4 (patch) | |
tree | ecfd8da5cf873eef834c9adc8e233511abf7ed01 /math | |
parent | d86a1841948b983fae37898644a653c2063f0ed1 (diff) | |
download | freebsd-ports-gnome-0365282c5b61597d9338040623ffef254888f6c4.tar.gz freebsd-ports-gnome-0365282c5b61597d9338040623ffef254888f6c4.tar.zst freebsd-ports-gnome-0365282c5b61597d9338040623ffef254888f6c4.zip |
- 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/
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-pls/Makefile | 15 | ||||
-rw-r--r-- | math/R-cran-pls/distinfo | 3 | ||||
-rw-r--r-- | math/R-cran-pls/pkg-descr | 5 |
4 files changed, 24 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 2b06f6435851..08de40163024 100644 --- a/math/Makefile +++ b/math/Makefile @@ -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 diff --git a/math/R-cran-pls/Makefile b/math/R-cran-pls/Makefile new file mode 100644 index 000000000000..9259932fa2b6 --- /dev/null +++ b/math/R-cran-pls/Makefile @@ -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> diff --git a/math/R-cran-pls/distinfo b/math/R-cran-pls/distinfo new file mode 100644 index 000000000000..75b70cd88271 --- /dev/null +++ b/math/R-cran-pls/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1529392170 +SHA256 (pls_2.6-0.tar.gz) = 3d8708fb7f45863d3861fd231e06955e6750bcbe717e1ccfcc6d66d0cb4d4596 +SIZE (pls_2.6-0.tar.gz) = 809111 diff --git a/math/R-cran-pls/pkg-descr b/math/R-cran-pls/pkg-descr new file mode 100644 index 000000000000..0bb1c41e703c --- /dev/null +++ b/math/R-cran-pls/pkg-descr @@ -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/ |