diff options
author | adam <adam@pkgsrc.org> | 2009-12-11 19:09:46 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2009-12-11 19:09:46 +0000 |
commit | 137737e26530affa4ed43edee62f746188fd2e70 (patch) | |
tree | fa3dfbd7ecaaa42c326bd60ba9d34c21b050c7ae /math | |
parent | 4b0e5b0682f0497ed4a99e9b7f356f2b2d019bdd (diff) | |
download | pkgsrc-137737e26530affa4ed43edee62f746188fd2e70.tar.gz |
Functions for latent class analysis, short time Fourier transform, fuzzy
clustering, support vector machines, shortest path computation, bagged
clustering, naive Bayes classifier, ...
Diffstat (limited to 'math')
-rw-r--r-- | math/R-e1071/DESCR | 3 | ||||
-rw-r--r-- | math/R-e1071/Makefile | 16 | ||||
-rw-r--r-- | math/R-e1071/distinfo | 5 |
3 files changed, 24 insertions, 0 deletions
diff --git a/math/R-e1071/DESCR b/math/R-e1071/DESCR new file mode 100644 index 00000000000..ba23604fbb6 --- /dev/null +++ b/math/R-e1071/DESCR @@ -0,0 +1,3 @@ +Functions for latent class analysis, short time Fourier transform, fuzzy +clustering, support vector machines, shortest path computation, bagged +clustering, naive Bayes classifier, ... diff --git a/math/R-e1071/Makefile b/math/R-e1071/Makefile new file mode 100644 index 00000000000..dbe91ecb847 --- /dev/null +++ b/math/R-e1071/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/12/11 19:09:46 adam Exp $ + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/genetics/ +COMMENT= Functions for latent class analysis + +R_PKGNAME= e1071 +R_PKGVER= 1.5-21 + +USE_LANGUAGES= c c++ + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-e1071/distinfo b/math/R-e1071/distinfo new file mode 100644 index 00000000000..4184048d283 --- /dev/null +++ b/math/R-e1071/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/12/11 19:09:46 adam Exp $ + +SHA1 (R/e1071_1.5-21.tar.gz) = 00834cb8fa199006d715366935d03b723b05c39e +RMD160 (R/e1071_1.5-21.tar.gz) = 1d30f31bdb6ad262180e3fd7830e71af51a08e8c +Size (R/e1071_1.5-21.tar.gz) = 1633032 bytes |