gnu: r-devtools: Update to 1.10.0.
* gnu/packages/statistics.scm (r-devtools): Update to 1.10.0. (r-devtools)[propagated-inputs]: Add r-withr.
This commit is contained in:
parent
a080e50c15
commit
fa9f0e6c25
|
@ -1234,13 +1234,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 "1.9.1")
|
(version "1.10.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
|
||||||
"10ycx3kkiz5x8nmgw31d9wa5hhlx2fhda2nqzxfrczqpz1jik6ci"))))
|
"11x51bqhjwypbxv5sfnrnxx06b92k8kzmmx7zrwk3537r072b6pa"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-curl" ,r-curl)
|
`(("r-curl" ,r-curl)
|
||||||
|
@ -1253,7 +1253,8 @@ informative error messages when it's not available.")
|
||||||
("r-roxygen2" ,r-roxygen2)
|
("r-roxygen2" ,r-roxygen2)
|
||||||
("r-rstudioapi" ,r-rstudioapi)
|
("r-rstudioapi" ,r-rstudioapi)
|
||||||
("r-rversions" ,r-rversions)
|
("r-rversions" ,r-rversions)
|
||||||
("r-whisker" ,r-whisker)))
|
("r-whisker" ,r-whisker)
|
||||||
|
("r-withr" ,r-withr)))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in New Issue