[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
49/377: gnu: r-mlr3: Update to 0.12.0.
From: |
guix-commits |
Subject: |
49/377: gnu: r-mlr3: Update to 0.12.0. |
Date: |
Sun, 5 Sep 2021 10:06:54 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit f6e76ab26287241561eb63fb788bd7461110fd05
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Aug 22 17:53:32 2021 +0200
gnu: r-mlr3: Update to 0.12.0.
* gnu/packages/cran.scm (r-mlr3): Update to 0.12.0.
[propagated-inputs]: Remove r-digest; add r-future.
---
gnu/packages/cran.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 09f1aef..63f1bc3 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -28325,20 +28325,20 @@ implemented as @code{R6} classes.")
(define-public r-mlr3
(package
(name "r-mlr3")
- (version "0.11.0")
+ (version "0.12.0")
(source (origin
(method url-fetch)
(uri (cran-uri "mlr3" version))
(sha256
(base32
- "0qh9vdac1als2123wf51bwa7spdqk33iydlawi5n5dpci892iahl"))))
+ "0nimwczsgrj29r9qrlz32qc3fkj02369zql7jhkrn3lk3mfy5zmz"))))
(build-system r-build-system)
(propagated-inputs
`(("r-r6" ,r-r6)
("r-backports" ,r-backports)
("r-checkmate" ,r-checkmate)
("r-data-table" ,r-data-table)
- ("r-digest" ,r-digest)
+ ("r-future" ,r-future)
("r-future-apply" ,r-future-apply)
("r-lgr" ,r-lgr)
("r-mlbench" ,r-mlbench)
- 08/377: gnu: Add r-distributional., (continued)
- 08/377: gnu: Add r-distributional., guix-commits, 2021/09/05
- 05/377: gnu: r-with-tests: Update to 4.1.1., guix-commits, 2021/09/05
- 11/377: gnu: r-cachem: Update to 1.0.6., guix-commits, 2021/09/05
- 10/377: gnu: Add r-tfautograph., guix-commits, 2021/09/05
- 14/377: gnu: r-reprex: Update to 2.0.1., guix-commits, 2021/09/05
- 13/377: gnu: r-ggpmisc: Update to 0.4.2-1., guix-commits, 2021/09/05
- 28/377: gnu: r-gert: Update to 1.3.2., guix-commits, 2021/09/05
- 34/377: gnu: r-dae: Update to 3.2-10., guix-commits, 2021/09/05
- 42/377: gnu: r-rsconnect: Update to 0.8.24., guix-commits, 2021/09/05
- 40/377: gnu: r-rpf: Update to 1.0.8., guix-commits, 2021/09/05
- 49/377: gnu: r-mlr3: Update to 0.12.0.,
guix-commits <=
- 51/377: gnu: r-english: Update to 1.2-6., guix-commits, 2021/09/05
- 16/377: gnu: r-servr: Update to 0.23., guix-commits, 2021/09/05
- 15/377: gnu: r-httpuv: Update to 1.6.2., guix-commits, 2021/09/05
- 33/377: gnu: r-ggplotify: Update to 0.0.9., guix-commits, 2021/09/05
- 27/377: gnu: r-emmeans: Update to 1.6.3., guix-commits, 2021/09/05
- 30/377: gnu: r-bigrquery: Update to 1.4.0., guix-commits, 2021/09/05
- 45/377: gnu: r-brms: Update to 2.16.0., guix-commits, 2021/09/05
- 48/377: gnu: r-seurat: Update to 4.0.4., guix-commits, 2021/09/05
- 53/377: gnu: r-textplot: Update to 0.2.0., guix-commits, 2021/09/05
- 63/377: gnu: r-xml: Update to 3.99-0.7., guix-commits, 2021/09/05