1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-rstantools: Update to 2.3.0.

* gnu/packages/cran.scm (r-rstantools): Update to 2.3.0.
This commit is contained in:
Ricardo Wurmus
2023-03-19 14:44:37 +01:00
parent 32acc4cc80
commit d8bda2d2c7

View File

@@ -29461,14 +29461,14 @@ using the @code{rstan} and @code{rstanarm} packages).")
(define-public r-rstantools
(package
(name "r-rstantools")
(version "2.2.0")
(version "2.3.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "rstantools" version))
(sha256
(base32
"1dsfgi02hps878n3vimfdbzpm4gr5n3ccrmnc61ncrqcp6p0p0fb"))))
"0bc22fxpw4xvdxx8716wbasw8rpkpipb428cv764s8c0mkk2szlk"))))
(properties `((upstream-name . "rstantools")))
(build-system r-build-system)
(inputs (list pandoc))