mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 13:19:40 -05:00
gnu: r-reprex: Update to 1.0.0.
* gnu/packages/cran.scm (r-reprex): Update to 1.0.0. [propagated-inputs]: Remove r-whisker; add r-cli, r-glue, and r-knitr. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
56f73cb5b0
commit
f63a49c4a7
1 changed files with 7 additions and 3 deletions
|
@ -921,23 +921,27 @@ (define-public r-selectr
|
|||
(define-public r-reprex
|
||||
(package
|
||||
(name "r-reprex")
|
||||
(version "0.3.0")
|
||||
(version "1.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "reprex" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0v7vxzs8alwz8y1cjicpimp5yimf1g9gb8x5wy3zhvrz6kk2lg10"))))
|
||||
"07nzx0fdl48jw95ipx17ql0l13q60yl3rjrkj1m375wrc7h1v5nx"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-callr" ,r-callr)
|
||||
("r-cli" ,r-cli)
|
||||
("r-clipr" ,r-clipr)
|
||||
("r-fs" ,r-fs)
|
||||
("r-glue" ,r-glue)
|
||||
("r-knitr" ,r-knitr)
|
||||
("r-rlang" ,r-rlang)
|
||||
("r-rmarkdown" ,r-rmarkdown)
|
||||
("r-whisker" ,r-whisker)
|
||||
("r-withr" ,r-withr)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://github.com/tidyverse/reprex")
|
||||
(synopsis "Prepare reproducible R code examples for sharing")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue