guix-commits
[Top][All Lists]
Advanced

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

10/23: gnu: Add r-bdsmatrix.


From: guix-commits
Subject: 10/23: gnu: Add r-bdsmatrix.
Date: Fri, 20 Dec 2019 16:04:16 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit a3569a327a1d73f24ac5028552ecef449e069906
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Dec 20 21:03:53 2019 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ac71831..dfa9b1e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2361,6 +2361,26 @@ and S4 methods with inlined C, C++ or Fortran code 
supporting @code{.C} and
     ;; Any version of the LGPL.
     (license license:lgpl3+)))
 
+(define-public r-bdsmatrix
+  (package
+    (name "r-bdsmatrix")
+    (version "1.3-3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "bdsmatrix" version))
+       (sha256
+        (base32
+         "17ddvz4gnih7rx0lr1gzk280xyh6x796cf2x794dvplpiiq83skh"))))
+    (properties `((upstream-name . "bdsmatrix")))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/web/packages/bdsmatrix/";)
+    (synopsis "Routines for block diagonal symmetric matrices")
+    (description
+     "This package provides procedures to work with block diagonal symmetric
+matrices, a special case of sparse matrices.")
+    (license license:lgpl2.0)))
+
 (define-public r-bbmle
   (package
     (name "r-bbmle")



reply via email to

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