gnu: r-testthat: Update to 1.0.0.
* gnu/packages/statistics.scm (r-testthat): Update to 1.0.0. [propagated-inputs]: Add r-magrittr, r-praise, and r-r6.
This commit is contained in:
parent
0fc4213642
commit
99eca2b18b
|
@ -890,17 +890,20 @@ R packages that praise their users.")
|
||||||
(define-public r-testthat
|
(define-public r-testthat
|
||||||
(package
|
(package
|
||||||
(name "r-testthat")
|
(name "r-testthat")
|
||||||
(version "0.10.0")
|
(version "1.0.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "testthat" version))
|
(uri (cran-uri "testthat" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0b3akwcx5mv9dmi8vssbk91hr3yrrdxd2fm6zhr31fnyz8kjx4pw"))))
|
"1ci1y54kaz7g4di79fcibp0m0wkkxn2glchhs6v8jfg6374ka410"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-digest" ,r-digest)
|
`(("r-digest" ,r-digest)
|
||||||
("r-crayon" ,r-crayon)))
|
("r-crayon" ,r-crayon)
|
||||||
|
("r-magrittr" ,r-magrittr)
|
||||||
|
("r-praise" ,r-praise)
|
||||||
|
("r-r6" ,r-r6)))
|
||||||
(home-page "https://github.com/hadley/testthat")
|
(home-page "https://github.com/hadley/testthat")
|
||||||
(synopsis "Unit testing for R")
|
(synopsis "Unit testing for R")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue