guix-commits
[Top][All Lists]
Advanced

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

02/09: gnu: Add r-e1071.


From: Ricardo Wurmus
Subject: 02/09: gnu: Add r-e1071.
Date: Fri, 16 Sep 2016 15:32:03 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit c533589c66b373b5bc3049415858094d17b44b0b
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Sep 14 11:53:03 2016 +0200

    gnu: Add r-e1071.
    
    * gnu/packages/statistics.scm (r-e1071): New variable.
---
 gnu/packages/statistics.scm |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 68ca2a4..853a259 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2553,6 +2553,26 @@ Stochastic Neighbor Embedding using a Barnes-Hut 
implementation.")
     ;; code licensed under BSD-4.
     (license (list license:bsd-3 license:bsd-4))))
 
+(define-public r-e1071
+  (package
+    (name "r-e1071")
+    (version "1.6-7")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "e1071" version))
+       (sha256
+        (base32
+         "1069qwj9gsjq6par2cgfah8nn5x2w38830761x1f7mqpmk0gnj3h"))))
+    (build-system r-build-system)
+    (home-page "http://cran.r-project.org/web/packages/e1071";)
+    (synopsis "Miscellaneous functions for probability theory")
+    (description
+     "This package provides functions for latent class analysis, short time
+Fourier transform, fuzzy clustering, support vector machines, shortest path
+computation, bagged clustering, naive Bayes classifier, and more.")
+    (license license:gpl2+)))
+
 (define-public r-nmf
   (package
     (name "r-nmf")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]