[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
181/214: gnu: r-checkmate: Update to 2.1.0.
From: |
guix-commits |
Subject: |
181/214: gnu: r-checkmate: Update to 2.1.0. |
Date: |
Sat, 28 May 2022 04:37:54 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit fa1933be248300cc1ce763b89befba7ba0fcdc52
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 28 08:30:56 2022 +0200
gnu: r-checkmate: Update to 2.1.0.
* gnu/packages/statistics.scm (r-checkmate): Update to 2.1.0.
[native-inputs]: Add r-knitr.
---
gnu/packages/statistics.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 7b3b4394e0..48c510e388 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -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
- 41/214: gnu: r-network: Update to 1.17.2., (continued)
- 41/214: gnu: r-network: Update to 1.17.2., guix-commits, 2022/05/28
- 42/214: gnu: r-statnet-common: Update to 4.6.0., guix-commits, 2022/05/28
- 37/214: gnu: r-xfun: Update to 0.31., guix-commits, 2022/05/28
- 38/214: gnu: r-vctrs: Update to 0.4.1., guix-commits, 2022/05/28
- 46/214: gnu: r-shinyace: Update to 0.4.2., guix-commits, 2022/05/28
- 43/214: gnu: r-quantmod: Update to 0.4.20., guix-commits, 2022/05/28
- 169/214: gnu: r-keras: Update to 2.9.0., guix-commits, 2022/05/28
- 172/214: gnu: r-mlearning: Update to 1.1.1., guix-commits, 2022/05/28
- 174/214: gnu: r-dichromat: Update to 2.0-0.1., guix-commits, 2022/05/28
- 175/214: gnu: r-ggplot2: Update to 3.3.6., guix-commits, 2022/05/28
- 181/214: gnu: r-checkmate: Update to 2.1.0.,
guix-commits <=
- 212/214: gnu: nlopt: Update to 2.7.1., guix-commits, 2022/05/28
- 33/214: gnu: r-hardyweinberg: Update to 1.7.5., guix-commits, 2022/05/28
- 25/214: gnu: r-rmtstat: Update to 0.3.1., guix-commits, 2022/05/28
- 48/214: gnu: r-algdesign: Update to 1.2.1., guix-commits, 2022/05/28
- 60/214: gnu: r-drtmle: Update to 1.1.1., guix-commits, 2022/05/28
- 70/214: gnu: r-effectsize: Update to 0.7.0., guix-commits, 2022/05/28
- 82/214: gnu: r-rspectra: Update to 0.16-1., guix-commits, 2022/05/28
- 49/214: gnu: r-fnn: Update to 1.1.3.1., guix-commits, 2022/05/28
- 55/214: gnu: r-rjags: Update to 4-13., guix-commits, 2022/05/28
- 74/214: gnu: r-biocmanager: Update to 1.30.18., guix-commits, 2022/05/28