gnu: r-bigmemory: Update to 4.6.1.
* gnu/packages/statistics.scm (r-bigmemory): Update to 4.6.1. [propagated-inputs]: Add r-uuid. [inputs]: Add util-linux:lib.master
parent
2af5707049
commit
334a26cb37
|
@ -68,6 +68,7 @@
|
|||
#:use-module (gnu packages java)
|
||||
#:use-module (gnu packages javascript)
|
||||
#:use-module (gnu packages libffi)
|
||||
#:use-module (gnu packages linux)
|
||||
#:use-module (gnu packages machine-learning)
|
||||
#:use-module (gnu packages maths)
|
||||
#:use-module (gnu packages multiprecision)
|
||||
|
@ -3922,17 +3923,19 @@ message passing.")
|
|||
(define-public r-bigmemory
|
||||
(package
|
||||
(name "r-bigmemory")
|
||||
(version "4.5.36")
|
||||
(version "4.6.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "bigmemory" version))
|
||||
(sha256
|
||||
(base32
|
||||
"03pg8mxdc7q0249visjmc8bc3xmwxsfg3i2n6higicj4cfz7zihq"))))
|
||||
"0hainqkm7cs8gjm42vkpdrr0284smsbwdfackp34yv7dhxy1avmm"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-bh r-rcpp r-bigmemory-sri))
|
||||
(list r-bh r-bigmemory-sri r-rcpp r-uuid))
|
||||
(inputs
|
||||
(list `(,util-linux "lib"))) ;for -luuid
|
||||
(home-page "http://www.bigmemory.org")
|
||||
(synopsis "Manage large matrices with shared memory or memory-mapped files")
|
||||
(description "This package provides methods to create, store, access, and
|
||||
|
|
Reference in New Issue