diff options
Diffstat (limited to 'science')
-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/ |