Archived
1
0
Fork 0

gnu: r-bayesplot: Update to 1.7.2.

* gnu/packages/cran.scm (r-bayesplot): Update to 1.7.2.
[native-inputs]: Add r-knitr.
This commit is contained in:
Ricardo Wurmus 2020-06-11 15:09:25 +02:00
parent a4a34d3ea8
commit 9908ec56cd
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8613,18 +8613,20 @@ correlation, censored, ordered and multivariate problems.")
(define-public r-bayesplot (define-public r-bayesplot
(package (package
(name "r-bayesplot") (name "r-bayesplot")
(version "1.7.1") (version "1.7.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "bayesplot" version)) (uri (cran-uri "bayesplot" version))
(sha256 (sha256
(base32 (base32
"0sq0ajnm96hmlqf1cv5n2gshh3qdij4n1zbm7qrniz2q6b5aj342")))) "0aqy4bfjq1fmds0vpacsmqih528cp8wk4v4w0balzkph6zqzpwcl"))))
(build-system r-build-system) (build-system r-build-system)
(inputs (inputs
`(("pandoc" ,ghc-pandoc) `(("pandoc" ,ghc-pandoc)
("pandoc-citeproc" ,ghc-pandoc-citeproc))) ("pandoc-citeproc" ,ghc-pandoc-citeproc)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(propagated-inputs (propagated-inputs
`(("r-dplyr" ,r-dplyr) `(("r-dplyr" ,r-dplyr)
("r-ggplot2" ,r-ggplot2) ("r-ggplot2" ,r-ggplot2)