mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: r-benchmarkmedata: Update to 2.0.0.
* gnu/packages/cran.scm (r-benchmarkmedata): Update to 2.0.0. [propagated-inputs]: Add r-rlang. Change-Id: Ief524aa780b66fd5468a0c14defb3347fb645e55
This commit is contained in:
parent
2acd86b6b5
commit
e3b0d64ea8
1 changed files with 3 additions and 3 deletions
|
|
@ -7271,16 +7271,16 @@ times for R expressions.")
|
|||
(define-public r-benchmarkmedata
|
||||
(package
|
||||
(name "r-benchmarkmedata")
|
||||
(version "1.0.4")
|
||||
(version "2.0.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "benchmarkmeData" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1n4vjkagqlm6kw2hilf4gjfcdjad0bcg652j9nl2ygbq3kdnh1vf"))))
|
||||
"05qlmmdni9ywcgkq4r0binkbwzva6zn7ijlx548x0j65l62wznm8"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-dplyr r-tibble))
|
||||
(list r-dplyr r-rlang r-tibble))
|
||||
(native-inputs (list r-testthat))
|
||||
(home-page "https://github.com/csgillespie/benchmarkme-data")
|
||||
(synopsis "Data set for the @code{benchmarkme} package")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue