mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06:00
gnu: r-runner: Update to 0.4.5.
* gnu/packages/cran.scm (r-runner): Update to 0.4.5. [native-inputs]: Add r-tinytest. Change-Id: Ia1db433f04943908c1843c9664b1efe48bf50300
This commit is contained in:
parent
854d4fc32b
commit
5670131bc7
1 changed files with 3 additions and 3 deletions
|
|
@ -6603,17 +6603,17 @@ tablets.")
|
|||
(define-public r-runner
|
||||
(package
|
||||
(name "r-runner")
|
||||
(version "0.4.4")
|
||||
(version "0.4.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "runner" version))
|
||||
(sha256
|
||||
(base32 "0vhqjnwcx3z3i74p26divx6palx1rwvk4jpqn64jrqlzaw9qich4"))))
|
||||
(base32 "0mhw4bxb079pb0c0f5xsb6cyfda9y1c3zxg9mlww50nd996sgp0x"))))
|
||||
(properties `((upstream-name . "runner")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-rcpp))
|
||||
(native-inputs (list r-knitr))
|
||||
(native-inputs (list r-knitr r-tinytest))
|
||||
(home-page "https://cran.r-project.org/package=runner")
|
||||
(synopsis "Running operations for vectors")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue