mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 04:37:36 -05:00
gnu: r-reprex: Update to 2.0.0.
* gnu/packages/cran.scm (r-reprex): Update to 2.0.0. [propagated-inputs]: Add r-rstudioapi.
This commit is contained in:
parent
3e30068225
commit
183e3b413c
1 changed files with 3 additions and 2 deletions
|
@ -927,14 +927,14 @@ (define-public r-selectr
|
|||
(define-public r-reprex
|
||||
(package
|
||||
(name "r-reprex")
|
||||
(version "1.0.0")
|
||||
(version "2.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "reprex" version))
|
||||
(sha256
|
||||
(base32
|
||||
"07nzx0fdl48jw95ipx17ql0l13q60yl3rjrkj1m375wrc7h1v5nx"))))
|
||||
"1lcnxczy28n4g3rvph09va7svcznfyqa7zdggklqb924qvy7flwh"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-callr" ,r-callr)
|
||||
|
@ -945,6 +945,7 @@ (define-public r-reprex
|
|||
("r-knitr" ,r-knitr)
|
||||
("r-rlang" ,r-rlang)
|
||||
("r-rmarkdown" ,r-rmarkdown)
|
||||
("r-rstudioapi" ,r-rstudioapi)
|
||||
("r-withr" ,r-withr)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
|
|
Loading…
Reference in a new issue