diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2018-06-19 08:03:45 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2018-06-19 08:03:45 +0000 |
commit | 351ea543e98f0acf0d91ca9e2f583cfe05cdbc02 (patch) | |
tree | ecfd8da5cf873eef834c9adc8e233511abf7ed01 /math | |
parent | 86ae2c294bbd22a4eaed2deb03a09eb4b6595c19 (diff) | |
download | ports-351ea543e98f0acf0d91ca9e2f583cfe05cdbc02.tar.gz ports-351ea543e98f0acf0d91ca9e2f583cfe05cdbc02.zip |
Notes
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/ |