mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 3 additions and 4 deletions
|
@ -3278,20 +3278,19 @@ (define-public r-synchronicity
|
|||
(define-public r-bigmemory
|
||||
(package
|
||||
(name "r-bigmemory")
|
||||
(version "4.5.19")
|
||||
(version "4.5.31")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "bigmemory" version))
|
||||
(sha256
|
||||
(base32
|
||||
"191gbzca557kpk7mdsg716vfyqpr7j5din6qb8hin4g1nkzzwmg6"))))
|
||||
"0wv0p746zz5a6r1yd0fgpj2kfcyzk2f4rxqz92p6lp9jzakv4lfs"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-bh" ,r-bh)
|
||||
("r-rcpp" ,r-rcpp)
|
||||
("r-bigmemory-sri" ,r-bigmemory-sri)
|
||||
("r-r-utils" ,r-r-utils)))
|
||||
("r-bigmemory-sri" ,r-bigmemory-sri)))
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue