mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 13:40:20 +01:00
gnu: r-rstantools: Update to 2.2.0.
* gnu/packages/cran.scm (r-rstantools): Update to 2.2.0.
This commit is contained in:
parent
a62c9d21c7
commit
23aeeca58f
1 changed files with 2 additions and 2 deletions
|
@ -25336,14 +25336,14 @@ using the @code{rstan} and @code{rstanarm} packages).")
|
||||||
(define-public r-rstantools
|
(define-public r-rstantools
|
||||||
(package
|
(package
|
||||||
(name "r-rstantools")
|
(name "r-rstantools")
|
||||||
(version "2.1.1")
|
(version "2.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rstantools" version))
|
(uri (cran-uri "rstantools" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0b9x8rzj3dr4m7yjx476nn42z22xd1xnw85m9frfwxy5ivg1any9"))))
|
"1dsfgi02hps878n3vimfdbzpm4gr5n3ccrmnc61ncrqcp6p0p0fb"))))
|
||||||
(properties `((upstream-name . "rstantools")))
|
(properties `((upstream-name . "rstantools")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs (list pandoc))
|
(inputs (list pandoc))
|
||||||
|
|
Loading…
Add table
Reference in a new issue