guix-commits
[Top][All Lists]
Advanced

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

17/19: gnu: Add r-huge.


From: guix-commits
Subject: 17/19: gnu: Add r-huge.
Date: Wed, 9 Jan 2019 11:14:12 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 0af9616d9186874e3769f8b69f9a550b267ae767
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 9 17:10:29 2019 +0100

    gnu: Add r-huge.
    
    * gnu/packages/cran.scm (r-huge): New variable.
---
 gnu/packages/cran.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 68e660a..40cb0b1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10309,3 +10309,28 @@ partial least squares and penalization techniques.  
Model parameters are
 selected via cross-validation, and confidence intervals ans tests for the
 regression coefficients can be conducted via jackknifing.")
     (license license:gpl2+)))
+
+(define-public r-huge
+  (package
+    (name "r-huge")
+    (version "1.2.7")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "huge" version))
+       (sha256
+        (base32
+         "134d951x42vy9dcmf155fbvik2934nh6qm2w5jlx3x2c6cf7faq4"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-igraph" ,r-igraph)
+       ("r-lattice" ,r-lattice)
+       ("r-mass" ,r-mass)
+       ("r-matrix" ,r-matrix)))
+    (home-page "https://cran.r-project.org/web/packages/huge";)
+    (synopsis "High-dimensional undirected graph estimation")
+    (description
+     "This package provides a general framework for high-dimensional
+undirected graph estimation.  It integrates data preprocessing, neighborhood
+screening, graph estimation, and model selection techniques into a pipeline.")
+    (license license:gpl2)))



reply via email to

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