[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
50/377: gnu: r-mlr3learners: Update to 0.5.0.
From: |
guix-commits |
Subject: |
50/377: gnu: r-mlr3learners: Update to 0.5.0. |
Date: |
Thu, 2 Sep 2021 17:54:35 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 1df8915a0346e5ea683176908f90f04d05a6e047
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Aug 22 17:53:33 2021 +0200
gnu: r-mlr3learners: Update to 0.5.0.
* gnu/packages/cran.scm (r-mlr3learners): Update to 0.5.0.
[propagated-inputs]: Add r-checkmate.
---
gnu/packages/cran.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 63f1bc3..e97d801 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -28361,16 +28361,17 @@ computational operations, add-on packages provide
additional functionality.")
(define-public r-mlr3learners
(package
(name "r-mlr3learners")
- (version "0.4.5")
+ (version "0.5.0")
(source (origin
(method url-fetch)
(uri (cran-uri "mlr3learners" version))
(sha256
(base32
- "02v4y32yn1m0akkqzhfg65ib21rgy9iz8db4kdcrvi949clkxnfk"))))
+ "1gkbbn5ah2iv4pv5q2jf4lrqkga744d4y9jlyhyjqf0x75y9wkg2"))))
(build-system r-build-system)
(propagated-inputs
- `(("r-data-table" ,r-data-table)
+ `(("r-checkmate" ,r-checkmate)
+ ("r-data-table" ,r-data-table)
("r-mlr3" ,r-mlr3)
("r-mlr3misc" ,r-mlr3misc)
("r-paradox" ,r-paradox)
- 26/377: gnu: r-magick: Update to 2.7.3., (continued)
- 26/377: gnu: r-magick: Update to 2.7.3., guix-commits, 2021/09/02
- 27/377: gnu: r-emmeans: Update to 1.6.3., guix-commits, 2021/09/02
- 32/377: gnu: r-bookdown: Update to 0.23., guix-commits, 2021/09/02
- 34/377: gnu: r-dae: Update to 3.2-10., guix-commits, 2021/09/02
- 47/377: gnu: r-infer: Update to 1.0.0., guix-commits, 2021/09/02
- 38/377: gnu: r-tree: Update to 1.0-41., guix-commits, 2021/09/02
- 33/377: gnu: r-ggplotify: Update to 0.0.9., guix-commits, 2021/09/02
- 36/377: gnu: r-sysfonts: Update to 0.8.5., guix-commits, 2021/09/02
- 45/377: gnu: r-brms: Update to 2.16.0., guix-commits, 2021/09/02
- 41/377: gnu: r-packrat: Update to 0.7.0., guix-commits, 2021/09/02
- 50/377: gnu: r-mlr3learners: Update to 0.5.0.,
guix-commits <=
- 55/377: gnu: r-opencpu: Update to 2.2.5., guix-commits, 2021/09/02
- 63/377: gnu: r-xml: Update to 3.99-0.7., guix-commits, 2021/09/02
- 57/377: gnu: r-keras: Update to 2.6.0., guix-commits, 2021/09/02
- 69/377: gnu: r-rtracklayer: Update to 1.52.1., guix-commits, 2021/09/02
- 67/377: gnu: r-genomicfeatures: Update to 1.44.1., guix-commits, 2021/09/02
- 68/377: gnu: r-limma: Update to 3.48.3., guix-commits, 2021/09/02
- 78/377: gnu: r-clusterprofiler: Update to 4.0.4., guix-commits, 2021/09/02
- 73/377: gnu: r-matrixgenerics: Update to 1.4.2., guix-commits, 2021/09/02
- 77/377: gnu: r-dose: Update to 3.18.2., guix-commits, 2021/09/02
- 82/377: gnu: r-scuttle: Update to 1.2.1., guix-commits, 2021/09/02