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:
Ricardo Wurmus 2025-12-03 22:37:03 +01:00 committed by Andreas Enge
parent 854d4fc32b
commit 5670131bc7
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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