Archived
1
0
Fork 0

gnu: r-covr: Update to 3.5.0.

* gnu/packages/cran.scm (r-covr): Update to 3.5.0.
[native-inputs]: Add r-knitr.
This commit is contained in:
Ricardo Wurmus 2020-03-07 20:03:21 +01:00
parent 4882fcd292
commit a97c648c61
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -15690,13 +15690,13 @@ function and interfaces to external frameworks.")
(define-public r-covr (define-public r-covr
(package (package
(name "r-covr") (name "r-covr")
(version "3.4.0") (version "3.5.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "covr" version)) (uri (cran-uri "covr" version))
(sha256 (sha256
(base32 "0p44kr6yz5sqza5zvq6divqglzkpv0if9pjpjmzhmdaaddjrqzg5")))) (base32 "1pvr95h7jg9hqq1qq1cccy323pkxldrwafl08151cc410499k4fb"))))
(properties `((upstream-name . "covr"))) (properties `((upstream-name . "covr")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
@ -15707,6 +15707,8 @@ function and interfaces to external frameworks.")
("r-rex" ,r-rex) ("r-rex" ,r-rex)
("r-withr" ,r-withr) ("r-withr" ,r-withr)
("r-yaml" ,r-yaml))) ("r-yaml" ,r-yaml)))
(native-inputs
`(("r-knitr" ,r-knitr))) ; for vignettes
(home-page "https://github.com/r-lib/covr") (home-page "https://github.com/r-lib/covr")
(synopsis "Test coverage for R packages") (synopsis "Test coverage for R packages")
(description (description