guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: r-kernlab: Move to (gnu packages cran).


From: guix-commits
Subject: 05/06: gnu: r-kernlab: Move to (gnu packages cran).
Date: Mon, 25 Mar 2019 10:19:54 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit bac0ca322ce5b1140e8bdd7fb2364e8c09dc09aa
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Mar 25 14:33:02 2019 +0100

    gnu: r-kernlab: Move to (gnu packages cran).
    
    * gnu/packages/machine-learning.scm (r-kernlab): Move from here...
    * gnu/packages/cran.scm (r-kernlab): ...to here.
---
 gnu/packages/cran.scm             | 22 ++++++++++++++++++++++
 gnu/packages/machine-learning.scm | 22 ----------------------
 2 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ba86457..de2337e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12754,3 +12754,25 @@ networks, module identification and functions for 
relating both variables and
 modules to sample traits.  It also includes a number of utility functions for
 data manipulation and visualization.")
     (license license:gpl2+)))
+
+(define-public r-kernlab
+  (package
+    (name "r-kernlab")
+    (version "0.9-27")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "kernlab" version))
+       (sha256
+        (base32
+         "1m0xqf6gyvwayz7w3c83y32ayvnlz0jicj8ijk808zq9sh7dbbgn"))))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/web/packages/kernlab";)
+    (synopsis "Kernel-based machine learning tools")
+    (description
+     "This package provides kernel-based machine learning methods for
+classification, regression, clustering, novelty detection, quantile regression
+and dimensionality reduction.  Among other methods @code{kernlab} includes
+Support Vector Machines, Spectral Clustering, Kernel PCA, Gaussian Processes
+and a QP solver.")
+    (license license:gpl2)))
diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 28bb44a..62b3507 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -626,28 +626,6 @@ adaptive sparsity and the Wong algorithm for adaptively 
sparse gaussian
 geometric models.")
     (license license:lgpl3+)))
 
-(define-public r-kernlab
-  (package
-    (name "r-kernlab")
-    (version "0.9-27")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (cran-uri "kernlab" version))
-       (sha256
-        (base32
-         "1m0xqf6gyvwayz7w3c83y32ayvnlz0jicj8ijk808zq9sh7dbbgn"))))
-    (build-system r-build-system)
-    (home-page "https://cran.r-project.org/web/packages/kernlab";)
-    (synopsis "Kernel-based machine learning tools")
-    (description
-     "This package provides kernel-based machine learning methods for
-classification, regression, clustering, novelty detection, quantile regression
-and dimensionality reduction.  Among other methods @code{kernlab} includes
-Support Vector Machines, Spectral Clustering, Kernel PCA, Gaussian Processes
-and a QP solver.")
-    (license license:gpl2)))
-
 (define-public dlib
   (package
     (name "dlib")



reply via email to

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