mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 00:26:33 +01:00
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:
parent
17e540f66f
commit
69dc1acefd
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue