guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: Add r-slam.


From: Leo Famulari
Subject: 03/05: gnu: Add r-slam.
Date: Thu, 23 Aug 2018 16:27:13 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 87b576aa8ba6befefde8b700e4ec6cc953514348
Author: pimi <address@hidden>
Date:   Thu Aug 23 13:33:22 2018 +0200

    gnu: Add r-slam.
    
    gnu/packages/cran.scm (r-slam): New variable.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/cran.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8ee1fbf..7271279 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4872,3 +4872,21 @@ of losing information from a data set.  This package 
provides tools to calculate
 these limits on the basis of the mathematical properties of the distribution of
 the analyzed items.")
     (license license:gpl3)))
+
+(define-public r-slam
+  (package
+    (name "r-slam")
+    (version "0.1-43")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "slam" version))
+       (sha256
+        (base32 "0hy4qzngcgafxxr6ld7n9a9wy979ji998gpcc32vidwyab66dj5h"))))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/web/packages/slam/";)
+    (synopsis "Sparse lightweight arrays and matrices")
+    (description
+     "This package contains data structures and algorithms for sparse arrays 
and matrices,
+based on index arrays and simple triplet representations, respectively.")
+    (license license:gpl2)))



reply via email to

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