summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-04-08 02:25:49 +0200
committerRicardo Wurmus <rekado@elephly.net>2021-04-08 03:10:07 +0200
commit183e3b413c5e24d20f565ef94ec653f90e66419b (patch)
tree0dc29bcb1832468a7b43d6e6c4664bfd0997288f
parent3e30068225f3ea52a3a4a5d7d7e953283c186318 (diff)
downloadguix-patches-183e3b413c5e24d20f565ef94ec653f90e66419b.tar
guix-patches-183e3b413c5e24d20f565ef94ec653f90e66419b.tar.gz
gnu: r-reprex: Update to 2.0.0.
* gnu/packages/cran.scm (r-reprex): Update to 2.0.0. [propagated-inputs]: Add r-rstudioapi.
-rw-r--r--gnu/packages/cran.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0542bb325d..f3452c2653 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -927,14 +927,14 @@ package is a port of the Python package @code{cssselect}.")
(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 @@ package is a port of the Python package @code{cssselect}.")
("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)))