[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/10: gnu: Add r-glasso.
From: |
guix-commits |
Subject: |
01/10: gnu: Add r-glasso. |
Date: |
Tue, 30 Jul 2019 10:02:06 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 79f04920b220661dd0d31a40ca60b536c86d4d5e
Author: Ricardo Wurmus <address@hidden>
Date: Tue Jul 30 15:22:33 2019 +0200
gnu: Add r-glasso.
* gnu/packages/cran.scm (r-glasso): New variable.
---
gnu/packages/cran.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 426f054..ac9dfa2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14708,3 +14708,24 @@ This package simplifies the way to manipulate the HTML
or LaTeX codes
generated by @code{kable()} and allows users to construct complex tables and
customize styles using a readable syntax.")
(license license:expat)))
+
+(define-public r-glasso
+ (package
+ (name "r-glasso")
+ (version "1.10")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "glasso" version))
+ (sha256
+ (base32
+ "0nshpx14v2yny7lr8ll6nnz71n0f02sddh2c2dglfprbk89p9yp6"))))
+ (build-system r-build-system)
+ (native-inputs `(("gfortran" ,gfortran)))
+ (home-page "http://www-stat.stanford.edu/~tibs/glasso")
+ (synopsis "Graphical Lasso: estimation of Gaussian graphical models")
+ (description
+ "This is a package for estimation of a sparse inverse covariance matrix
+using a lasso (L1) penalty. Facilities are provided for estimates along a
+path of values for the regularization parameter.")
+ (license license:gpl2)))
- branch master updated (b03dd5c -> b2dce6b), guix-commits, 2019/07/30
- 06/10: gnu: Add r-rcppparallel., guix-commits, 2019/07/30
- 08/10: gnu: Add r-matrix-utils., guix-commits, 2019/07/30
- 01/10: gnu: Add r-glasso.,
guix-commits <=
- 02/10: gnu: Add r-cicero., guix-commits, 2019/07/30
- 03/10: gnu: Add r-rhpcblasctl., guix-commits, 2019/07/30
- 09/10: gnu: Add r-uwot., guix-commits, 2019/07/30
- 10/10: gnu: Add r-monocle3., guix-commits, 2019/07/30
- 04/10: gnu: Add r-pbmcapply., guix-commits, 2019/07/30
- 05/10: gnu: Add r-speedglm., guix-commits, 2019/07/30
- 07/10: gnu: Add r-grr., guix-commits, 2019/07/30