gnu: r-bookdown: Update to 0.21.
* gnu/packages/cran.scm (r-bookdown): Update to 0.21. [propagated-inputs]: Add r-yaml.master
parent
61d420311d
commit
4788286556
|
@ -14490,13 +14490,13 @@ 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.20")
|
(version "0.21")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "bookdown" version))
|
(uri (cran-uri "bookdown" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gnshkp1aj7f29sjkhzxn890hz39nwaqdln61x8apmrc658nacdg"))))
|
"0xms1srx9l2mn8xaxnpic0s21y8k56bhwpj45wy7b0yscmxgmh27"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-htmltools" ,r-htmltools)
|
`(("r-htmltools" ,r-htmltools)
|
||||||
|
@ -14504,6 +14504,7 @@ SELECT or UPDATE queries to an end-point.")
|
||||||
("r-rmarkdown" ,r-rmarkdown)
|
("r-rmarkdown" ,r-rmarkdown)
|
||||||
("r-tinytex" ,r-tinytex)
|
("r-tinytex" ,r-tinytex)
|
||||||
("r-xfun" ,r-xfun)
|
("r-xfun" ,r-xfun)
|
||||||
|
("r-yaml" ,r-yaml)
|
||||||
("pandoc" ,pandoc)))
|
("pandoc" ,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")
|
||||||
|
|
Reference in New Issue