gnu: r-bookdown: Update to 0.22.
* gnu/packages/cran.scm (r-bookdown): Update to 0.22.
This commit is contained in:
parent
bacfd45f67
commit
8b5eeb9f96
1 changed files with 7 additions and 2 deletions
|
@ -15941,13 +15941,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.21")
|
(version "0.22")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "bookdown" version))
|
(uri (cran-uri "bookdown" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xms1srx9l2mn8xaxnpic0s21y8k56bhwpj45wy7b0yscmxgmh27"))))
|
"0j80wm36mw3f14ncfwm6xx09wff1kswfiv8b309x9y0f9r46dr0z"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-htmltools" ,r-htmltools)
|
`(("r-htmltools" ,r-htmltools)
|
||||||
|
@ -15957,6 +15957,11 @@ SELECT or UPDATE queries to an end-point.")
|
||||||
("r-xfun" ,r-xfun)
|
("r-xfun" ,r-xfun)
|
||||||
("r-yaml" ,r-yaml)
|
("r-yaml" ,r-yaml)
|
||||||
("pandoc" ,pandoc)))
|
("pandoc" ,pandoc)))
|
||||||
|
;; We cannot add knitr because this package depends on xfun, which is an
|
||||||
|
;; input to knitr.
|
||||||
|
#;
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(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
|
||||||
|
|
Reference in a new issue