mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +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 @@ R version.")
|
|||
(define-public r-checkmate
|
||||
(package
|
||||
(name "r-checkmate")
|
||||
(version "2.0.0")
|
||||
(version "2.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "checkmate" version))
|
||||
(sha256
|
||||
(base32
|
||||
"193gkifr9spp0x0rwnjq1spdhjkfkh4mv27iklskcj604075phhd"))))
|
||||
"1ii11lypfz8qwswaiagaxnfq6wqkg3cq4j7k9q40sdd0cd8xv15p"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-backports))
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
(home-page "https://github.com/mllg/checkmate")
|
||||
(synopsis "Fast and versatile argument checks")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue