gnu: Add r-slam.

gnu/packages/cran.scm (r-slam): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
pimi 2018-08-23 13:33:22 +02:00 committed by Leo Famulari
parent c994418b8c
commit 87b576aa8b
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -4872,3 +4872,21 @@ (define-public r-abcanalysis
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)))