gnu: r-checkmate: Update to 2.1.0.

* gnu/packages/statistics.scm (r-checkmate): Update to 2.1.0.
[native-inputs]: Add r-knitr.
This commit is contained in:
Ricardo Wurmus 2022-05-28 08:30:56 +02:00
parent 17e540f66f
commit 69dc1acefd
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2258,17 +2258,19 @@ (define-public r-backports
(define-public r-checkmate (define-public r-checkmate
(package (package
(name "r-checkmate") (name "r-checkmate")
(version "2.0.0") (version "2.1.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "checkmate" version)) (uri (cran-uri "checkmate" version))
(sha256 (sha256
(base32 (base32
"193gkifr9spp0x0rwnjq1spdhjkfkh4mv27iklskcj604075phhd")))) "1ii11lypfz8qwswaiagaxnfq6wqkg3cq4j7k9q40sdd0cd8xv15p"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-backports)) (list r-backports))
(native-inputs
(list r-knitr))
(home-page "https://github.com/mllg/checkmate") (home-page "https://github.com/mllg/checkmate")
(synopsis "Fast and versatile argument checks") (synopsis "Fast and versatile argument checks")
(description (description