me
/
guix
Archived
1
0
Fork 0

gnu: r-devtools: Update to 2.3.0.

* gnu/packages/statistics.scm (r-devtools): Update to 2.3.0.
[native-inputs]: Add r-knitr.
master
Ricardo Wurmus 2020-04-14 16:00:14 +02:00
parent f3310342ac
commit 5269899aac
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 2 deletions
gnu/packages

View File

@ -2401,13 +2401,13 @@ informative error messages when it's not available.")
(define-public r-devtools (define-public r-devtools
(package (package
(name "r-devtools") (name "r-devtools")
(version "2.2.2") (version "2.3.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "devtools" version)) (uri (cran-uri "devtools" version))
(sha256 (sha256
(base32 (base32
"1bhb2j8ilpdzwd0c678mcgfpdw88vncsjma79afcikxmzcsz9279")))) "1l6w765q180bg5mmdq5k2ymf6apz7ldhnknzf6ynfp1kf70pbhsg"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-callr" ,r-callr) `(("r-callr" ,r-callr)
@ -2435,6 +2435,8 @@ informative error messages when it's not available.")
("r-testthat" ,r-testthat) ("r-testthat" ,r-testthat)
("r-usethis" ,r-usethis) ("r-usethis" ,r-usethis)
("r-withr" ,r-withr))) ("r-withr" ,r-withr)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://github.com/hadley/devtools") (home-page "https://github.com/hadley/devtools")
(synopsis "Tools to make developing R packages easier") (synopsis "Tools to make developing R packages easier")
(description "The devtools package is a collection of package development (description "The devtools package is a collection of package development