diff options
author | tota <tota@FreeBSD.org> | 2017-09-10 15:06:04 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2017-09-10 15:06:04 +0800 |
commit | 621266617c7691994eeba054073643134e767ee8 (patch) | |
tree | cb6c2a4fa0d6e62305cc92d0e5e790cb14312c3f | |
parent | 6447f21d4711d9dc4290bba82fe404f7f87805a1 (diff) | |
download | freebsd-ports-gnome-621266617c7691994eeba054073643134e767ee8.tar.gz freebsd-ports-gnome-621266617c7691994eeba054073643134e767ee8.tar.zst freebsd-ports-gnome-621266617c7691994eeba054073643134e767ee8.zip |
- Add new port: science/R-cran-kernlab
Kernel-based machine learning methods for classification, regression,
clustering, novelty detection, quantile regression and dimensionality
reduction. Among other methods 'kernlab' includes Support Vector
Machines, Spectral Clustering, Kernel PCA, Gaussian Processes and
a QP solver.
WWW: https://cran.r-project.org/web/packages/kernlab/
-rw-r--r-- | science/Makefile | 1 | ||||
-rw-r--r-- | science/R-cran-kernlab/Makefile | 16 | ||||
-rw-r--r-- | science/R-cran-kernlab/distinfo | 3 | ||||
-rw-r--r-- | science/R-cran-kernlab/pkg-descr | 7 |
4 files changed, 27 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile index 6d68b0d83e1a..e18f95ee9ba2 100644 --- a/science/Makefile +++ b/science/Makefile @@ -14,6 +14,7 @@ SUBDIR += R-cran-eco SUBDIR += R-cran-epicalc SUBDIR += R-cran-etm + SUBDIR += R-cran-kernlab SUBDIR += R-cran-snow SUBDIR += R-cran-som SUBDIR += R-cran-udunits2 diff --git a/science/R-cran-kernlab/Makefile b/science/R-cran-kernlab/Makefile new file mode 100644 index 000000000000..cfaf8b7fa84c --- /dev/null +++ b/science/R-cran-kernlab/Makefile @@ -0,0 +1,16 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= kernlab +DISTVERSION= 0.9-25 +CATEGORIES= science +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Kernel-Based Machine Learning Lab + +LICENSE= GPLv2 + +USES= cran:auto-plist,compiles + +.include <bsd.port.mk> diff --git a/science/R-cran-kernlab/distinfo b/science/R-cran-kernlab/distinfo new file mode 100644 index 000000000000..3cb033808cb9 --- /dev/null +++ b/science/R-cran-kernlab/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1505025454 +SHA256 (kernlab_0.9-25.tar.gz) = b9de072754bb03c02c4d6a5ca20f2290fd090de328b55ab334ac0b397ac2ca62 +SIZE (kernlab_0.9-25.tar.gz) = 1170281 diff --git a/science/R-cran-kernlab/pkg-descr b/science/R-cran-kernlab/pkg-descr new file mode 100644 index 000000000000..5d88394f2cfc --- /dev/null +++ b/science/R-cran-kernlab/pkg-descr @@ -0,0 +1,7 @@ +Kernel-based machine learning methods for classification, regression, +clustering, novelty detection, quantile regression and dimensionality +reduction. Among other methods 'kernlab' includes Support Vector +Machines, Spectral Clustering, Kernel PCA, Gaussian Processes and +a QP solver. + +WWW: https://cran.r-project.org/web/packages/kernlab/ |