gnu: r-bookdown: Update to 0.11.
* gnu/packages/cran.scm (r-bookdown): Update to 0.11. [propagated-inputs]: Add ghc-pandoc; remove r-yaml.
This commit is contained in:
parent
20656a0202
commit
650e8defa0
|
@ -12900,21 +12900,21 @@ SELECT or UPDATE queries to an end-point.")
|
||||||
(define-public r-bookdown
|
(define-public r-bookdown
|
||||||
(package
|
(package
|
||||||
(name "r-bookdown")
|
(name "r-bookdown")
|
||||||
(version "0.10")
|
(version "0.11")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "bookdown" version))
|
(uri (cran-uri "bookdown" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xk57p9iyj7rqrwb89q3pm8p29ca615fj1h9blf5yb3zhga4bjk3"))))
|
"0w4fkv5fqiaqgkx44p0s161imf29zir9742126xkz1pl1j25jn1r"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-htmltools" ,r-htmltools)
|
`(("r-htmltools" ,r-htmltools)
|
||||||
("r-knitr" ,r-knitr)
|
("r-knitr" ,r-knitr)
|
||||||
("r-rmarkdown" ,r-rmarkdown)
|
("r-rmarkdown" ,r-rmarkdown)
|
||||||
("r-tinytex" ,r-tinytex)
|
("r-tinytex" ,r-tinytex)
|
||||||
("r-yaml" ,r-yaml)
|
("r-xfun" ,r-xfun)
|
||||||
("r-xfun" ,r-xfun)))
|
("pandoc" ,ghc-pandoc)))
|
||||||
(home-page "https://github.com/rstudio/bookdown")
|
(home-page "https://github.com/rstudio/bookdown")
|
||||||
(synopsis "Authoring books and technical documents with R markdown")
|
(synopsis "Authoring books and technical documents with R markdown")
|
||||||
(description "This package provides output formats and utilities for
|
(description "This package provides output formats and utilities for
|
||||||
|
|
Loading…
Reference in New Issue