gnu: r-bigmemory: Update to 4.5.31.
* gnu/packages/statistics.scm (r-bigmemory): Update to 4.5.31. [propagated-inputs]: Remove r-r-utils.
This commit is contained in:
parent
b50a4b1391
commit
f1b90a2b58
|
@ -3278,20 +3278,19 @@ message passing.")
|
||||||
(define-public r-bigmemory
|
(define-public r-bigmemory
|
||||||
(package
|
(package
|
||||||
(name "r-bigmemory")
|
(name "r-bigmemory")
|
||||||
(version "4.5.19")
|
(version "4.5.31")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "bigmemory" version))
|
(uri (cran-uri "bigmemory" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"191gbzca557kpk7mdsg716vfyqpr7j5din6qb8hin4g1nkzzwmg6"))))
|
"0wv0p746zz5a6r1yd0fgpj2kfcyzk2f4rxqz92p6lp9jzakv4lfs"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-bh" ,r-bh)
|
`(("r-bh" ,r-bh)
|
||||||
("r-rcpp" ,r-rcpp)
|
("r-rcpp" ,r-rcpp)
|
||||||
("r-bigmemory-sri" ,r-bigmemory-sri)
|
("r-bigmemory-sri" ,r-bigmemory-sri)))
|
||||||
("r-r-utils" ,r-r-utils)))
|
|
||||||
(home-page "http://www.bigmemory.org")
|
(home-page "http://www.bigmemory.org")
|
||||||
(synopsis "Manage large matrices with shared memory or memory-mapped files")
|
(synopsis "Manage large matrices with shared memory or memory-mapped files")
|
||||||
(description "This package provides methods to create, store, access, and
|
(description "This package provides methods to create, store, access, and
|
||||||
|
|
Loading…
Reference in New Issue