diff options
author | tota <tota@FreeBSD.org> | 2012-02-11 10:26:29 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-02-11 10:26:29 +0800 |
commit | bfd4190305794ca82eff38936a6fd111607fadc0 (patch) | |
tree | 7459619706b7d11e9811d1774fc8c05715ae332e /science | |
parent | ca3b447253f579a821486dc7582ae4f1341b34ab (diff) | |
download | freebsd-ports-gnome-bfd4190305794ca82eff38936a6fd111607fadc0.tar.gz freebsd-ports-gnome-bfd4190305794ca82eff38936a6fd111607fadc0.tar.zst freebsd-ports-gnome-bfd4190305794ca82eff38936a6fd111607fadc0.zip |
- Add a new port: science/R-cran-e1071
Functions for latent class analysis, short time Fourier transform,
fuzzy clustering, support vector machines, shortest path computation,
bagged clustering, naive Bayes classifier, ...
WWW: http://cran.r-project.org/web/packages/e1071/
Diffstat (limited to 'science')
-rw-r--r-- | science/Makefile | 1 | ||||
-rw-r--r-- | science/R-cran-e1071/Makefile | 21 | ||||
-rw-r--r-- | science/R-cran-e1071/distinfo | 2 | ||||
-rw-r--r-- | science/R-cran-e1071/pkg-descr | 5 |
4 files changed, 29 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile index b854a324159c..d44de795df98 100644 --- a/science/Makefile +++ b/science/Makefile @@ -10,6 +10,7 @@ SUBDIR += R-cran-DCluster SUBDIR += R-cran-Epi SUBDIR += R-cran-bayesm + SUBDIR += R-cran-e1071 SUBDIR += R-cran-eco SUBDIR += R-cran-epicalc SUBDIR += R-cran-snow diff --git a/science/R-cran-e1071/Makefile b/science/R-cran-e1071/Makefile new file mode 100644 index 000000000000..c0b4ebca0b57 --- /dev/null +++ b/science/R-cran-e1071/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: R-cran-e1071 +# Date created: 2011-09-03 +# Whom: TAKATSU Tomonari <tota@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= e1071 +PORTVERSION= 1.6 +CATEGORIES= science +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Misc Functions of the Department of Statistics (e1071), TU Wien + +LICENSE= GPLv2 + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/science/R-cran-e1071/distinfo b/science/R-cran-e1071/distinfo new file mode 100644 index 000000000000..9811a4885773 --- /dev/null +++ b/science/R-cran-e1071/distinfo @@ -0,0 +1,2 @@ +SHA256 (e1071_1.6.tar.gz) = 407a9a7c4d0b5424cc1fb3341bdd86c5931d2d2c8cb2426a2a689b5280a0a365 +SIZE (e1071_1.6.tar.gz) = 425215 diff --git a/science/R-cran-e1071/pkg-descr b/science/R-cran-e1071/pkg-descr new file mode 100644 index 000000000000..02a0ffa327f7 --- /dev/null +++ b/science/R-cran-e1071/pkg-descr @@ -0,0 +1,5 @@ +Functions for latent class analysis, short time Fourier transform, +fuzzy clustering, support vector machines, shortest path computation, +bagged clustering, naive Bayes classifier, ... + +WWW: http://cran.r-project.org/web/packages/e1071/ |