gnu: Add r-bigmemory-sri.
gnu/packages/statistics.scm (r-bigmemory-sri): New variable.
This commit is contained in:
parent
1a79d4767a
commit
c6105d69c0
|
@ -2789,6 +2789,26 @@ Fourier transform, fuzzy clustering, support vector machines, shortest path
|
||||||
computation, bagged clustering, naive Bayes classifier, and more.")
|
computation, bagged clustering, naive Bayes classifier, and more.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
|
(define-public r-bigmemory-sri
|
||||||
|
(package
|
||||||
|
(name "r-bigmemory-sri")
|
||||||
|
(version "0.1.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "bigmemory.sri" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0mg14ilwdkd64q2ri9jdwnk7mp55dqim7xfifrs65sdsv1934h2m"))))
|
||||||
|
(properties
|
||||||
|
`((upstream-name . "bigmemory.sri")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(home-page "http://cran.r-project.org/web/packages/bigmemory.sri")
|
||||||
|
(synopsis "Shared resource interface for the bigmemory package")
|
||||||
|
(description "This package provides a shared resource interface for the
|
||||||
|
bigmemory and synchronicity packages.")
|
||||||
|
;; Users can choose either LGPLv3 or ASL2.0.
|
||||||
|
(license (list license:lgpl3 license:asl2.0))))
|
||||||
|
|
||||||
(define-public r-nmf
|
(define-public r-nmf
|
||||||
(package
|
(package
|
||||||
(name "r-nmf")
|
(name "r-nmf")
|
||||||
|
|
Loading…
Reference in New Issue