pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/R-e1071 Functions for latent class analysis, shor...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/abbed1c26427
branches:  trunk
changeset: 568362:abbed1c26427
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Dec 11 19:09:46 2009 +0000

description:
Functions for latent class analysis, short time Fourier transform, fuzzy
clustering, support vector machines, shortest path computation, bagged
clustering, naive Bayes classifier, ...

diffstat:

 math/R-e1071/DESCR    |   3 +++
 math/R-e1071/Makefile |  16 ++++++++++++++++
 math/R-e1071/distinfo |   5 +++++
 3 files changed, 24 insertions(+), 0 deletions(-)

diffs (36 lines):

diff -r 3702cfb42e1e -r abbed1c26427 math/R-e1071/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-e1071/DESCR        Fri Dec 11 19:09:46 2009 +0000
@@ -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 -r 3702cfb42e1e -r abbed1c26427 math/R-e1071/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-e1071/Makefile     Fri Dec 11 19:09:46 2009 +0000
@@ -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@localhost
+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 -r 3702cfb42e1e -r abbed1c26427 math/R-e1071/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-e1071/distinfo     Fri Dec 11 19:09:46 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index