summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-01-20 17:10:28 +0100
committerRicardo Wurmus <rekado@elephly.net>2021-01-20 17:19:03 +0100
commit0f0cf1787423bb8c56b19393ba131e6b478c3f1d (patch)
treeebd59076600f5d110778de3a1eb56fe1ee5b130d
parentbf9e5db035e192556f6adeb2043caabcd4b38b13 (diff)
downloadguix-patches-0f0cf1787423bb8c56b19393ba131e6b478c3f1d.tar
guix-patches-0f0cf1787423bb8c56b19393ba131e6b478c3f1d.tar.gz
gnu: r-usethis: Update to 2.0.0.
* gnu/packages/cran.scm (r-usethis): Update to 2.0.0. [propagated-inputs]: Remove r-git2r and r-rematch2; add r-gert, r-jsonlite, r-lifecycle, and r-rappdirs.
-rw-r--r--gnu/packages/cran.scm10
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 465d8abdb6..893c835eb1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9937,14 +9937,14 @@ User credentials are shared with command line git through the
(define-public r-usethis
(package
(name "r-usethis")
- (version "1.6.3")
+ (version "2.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "usethis" version))
(sha256
(base32
- "09lk04kycvf5x9ggrb6pwc7bx5mzqxwialm2w9vn1a0w0gh2gcfc"))))
+ "0m4qnnkdiizsdvq33x502zwkn98hw2qcfm45cjj031vaydcjpai2"))))
(build-system r-build-system)
(propagated-inputs
`(("r-cli" ,r-cli)
@@ -9953,11 +9953,13 @@ User credentials are shared with command line git through the
("r-curl" ,r-curl)
("r-desc" ,r-desc)
("r-fs" ,r-fs)
+ ("r-gert" ,r-gert)
("r-gh" ,r-gh)
- ("r-git2r" ,r-git2r)
("r-glue" ,r-glue)
+ ("r-jsonlite" ,r-jsonlite)
+ ("r-lifecycle" ,r-lifecycle)
("r-purrr" ,r-purrr)
- ("r-rematch2" ,r-rematch2)
+ ("r-rappdirs" ,r-rappdirs)
("r-rlang" ,r-rlang)
("r-rprojroot" ,r-rprojroot)
("r-rstudioapi" ,r-rstudioapi)