gnu: r-reprex: Update to 0.2.0.
* gnu/packages/cran.scm (r-reprex): Update to 0.2.0. [propagated-inputs]: Add r-clipr, r-rlang, and r-withr.
This commit is contained in:
parent
2cdd9d4f83
commit
e3c1e93e35
|
@ -162,20 +162,23 @@ package is a port of the Python package @code{cssselect}.")
|
||||||
(define-public r-reprex
|
(define-public r-reprex
|
||||||
(package
|
(package
|
||||||
(name "r-reprex")
|
(name "r-reprex")
|
||||||
(version "0.1.2")
|
(version "0.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "reprex" version))
|
(uri (cran-uri "reprex" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"105d9vsmqfilgpw8psfb2wyiz1hvcycvh4cqhb3ab37lm3rcavvs"))))
|
"1l44pxjiz3g0jkk3v6rg5jps3llihfiah0qyv40s0bxvxa6gm8v9"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-callr" ,r-callr)
|
`(("r-callr" ,r-callr)
|
||||||
|
("r-clipr" ,r-clipr)
|
||||||
("r-knitr" ,r-knitr)
|
("r-knitr" ,r-knitr)
|
||||||
|
("r-rlang" ,r-rlang)
|
||||||
("r-rmarkdown" ,r-rmarkdown)
|
("r-rmarkdown" ,r-rmarkdown)
|
||||||
("r-whisker" ,r-whisker)))
|
("r-whisker" ,r-whisker)
|
||||||
|
("r-withr" ,r-withr)))
|
||||||
(home-page "https://github.com/tidyverse/reprex")
|
(home-page "https://github.com/tidyverse/reprex")
|
||||||
(synopsis "Prepare reproducible R code examples for sharing")
|
(synopsis "Prepare reproducible R code examples for sharing")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue