mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-devtools: Update to 2.3.0.
* gnu/packages/statistics.scm (r-devtools): Update to 2.3.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
f3310342ac
commit
5269899aac
1 changed files with 4 additions and 2 deletions
|
@ -2401,13 +2401,13 @@ (define-public r-rstudioapi
|
|||
(define-public r-devtools
|
||||
(package
|
||||
(name "r-devtools")
|
||||
(version "2.2.2")
|
||||
(version "2.3.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "devtools" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1bhb2j8ilpdzwd0c678mcgfpdw88vncsjma79afcikxmzcsz9279"))))
|
||||
"1l6w765q180bg5mmdq5k2ymf6apz7ldhnknzf6ynfp1kf70pbhsg"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-callr" ,r-callr)
|
||||
|
@ -2435,6 +2435,8 @@ (define-public r-devtools
|
|||
("r-testthat" ,r-testthat)
|
||||
("r-usethis" ,r-usethis)
|
||||
("r-withr" ,r-withr)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://github.com/hadley/devtools")
|
||||
(synopsis "Tools to make developing R packages easier")
|
||||
(description "The devtools package is a collection of package development
|
||||
|
|
Loading…
Reference in a new issue