gnu: r-usethis: Update to 1.5.0.

* gnu/packages/cran.scm (r-usethis): Update to 1.5.0.
[propagated-inputs]: Add r-purrr, r-withr, and r-yaml.
This commit is contained in:
Ricardo Wurmus 2019-04-11 22:59:30 +02:00
parent a26bd4718b
commit 3517101521
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 3 deletions

View File

@ -7979,14 +7979,14 @@ terminals that do not support Unicode.")
(define-public r-usethis (define-public r-usethis
(package (package
(name "r-usethis") (name "r-usethis")
(version "1.4.0") (version "1.5.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "usethis" version)) (uri (cran-uri "usethis" version))
(sha256 (sha256
(base32 (base32
"1gadckx3sxz9gxvpkprj9x7zcgg2nz5m4q0vi76ya9li1v03rwwn")))) "0pn6ka3726psaqlx573g6nxi90apf0rn5m4k2lz1jr66xdc19sag"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-clipr" ,r-clipr) `(("r-clipr" ,r-clipr)
@ -7998,10 +7998,13 @@ terminals that do not support Unicode.")
("r-gh" ,r-gh) ("r-gh" ,r-gh)
("r-git2r" ,r-git2r) ("r-git2r" ,r-git2r)
("r-glue" ,r-glue) ("r-glue" ,r-glue)
("r-purrr" ,r-purrr)
("r-rlang" ,r-rlang) ("r-rlang" ,r-rlang)
("r-rprojroot" ,r-rprojroot) ("r-rprojroot" ,r-rprojroot)
("r-rstudioapi" ,r-rstudioapi) ("r-rstudioapi" ,r-rstudioapi)
("r-whisker" ,r-whisker))) ("r-whisker" ,r-whisker)
("r-withr" ,r-withr)
("r-yaml" ,r-yaml)))
(home-page "https://github.com/r-lib/usethis") (home-page "https://github.com/r-lib/usethis")
(synopsis "Automate R package and project setup") (synopsis "Automate R package and project setup")
(description (description