[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/174: gnu: r-mlr3: Update to 0.16.1.
From: |
guix-commits |
Subject: |
17/174: gnu: r-mlr3: Update to 0.16.1. |
Date: |
Wed, 12 Jul 2023 08:30:53 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit abd0c1b29d141e194fde369d569fc006a7abe75c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 11 14:39:18 2023 +0200
gnu: r-mlr3: Update to 0.16.1.
* gnu/packages/cran.scm (r-mlr3): Update to 0.16.1.
---
gnu/packages/cran.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 872c3de102..faa4985e3d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -35666,17 +35666,16 @@ implemented as @code{R6} classes.")
(define-public r-mlr3
(package
(name "r-mlr3")
- (version "0.16.0")
+ (version "0.16.1")
(source (origin
(method url-fetch)
(uri (cran-uri "mlr3" version))
(sha256
(base32
- "1nzj73qsbb02fcim9826zkxzzpar32pq2r0yfkis1nxaxky4cclr"))))
+ "09klavihc2j6wsd9m2ycppl2ir85z5cxlxl9h6ay9skacylk559n"))))
(build-system r-build-system)
(propagated-inputs
- (list r-r6
- r-backports
+ (list r-backports
r-checkmate
r-data-table
r-evaluate
@@ -35689,6 +35688,7 @@ implemented as @code{R6} classes.")
r-palmerpenguins
r-paradox
r-parallelly
+ r-r6
r-uuid))
(home-page "https://mlr3.mlr-org.com/")
(synopsis "Machine Learning in R - Next Generation")
- 04/174: gnu: r-opencpu: Update to 2.2.10., (continued)
- 04/174: gnu: r-opencpu: Update to 2.2.10., guix-commits, 2023/07/12
- 14/174: gnu: r-leidenalg: Update to 1.1.0., guix-commits, 2023/07/12
- 03/174: gnu: r-rgl: Update to 1.2.1., guix-commits, 2023/07/12
- 06/174: import/cran: Add one more package name transformation., guix-commits, 2023/07/12
- 07/174: gnu: r-digest: Update to 0.6.33., guix-commits, 2023/07/12
- 11/174: gnu: r-haven: Update to 2.5.3., guix-commits, 2023/07/12
- 21/174: gnu: r-scistreer: Update to 1.2.0., guix-commits, 2023/07/12
- 13/174: gnu: Add r-envstats., guix-commits, 2023/07/12
- 15/174: gnu: r-terra: Update to 1.7-39., guix-commits, 2023/07/12
- 16/174: gnu: r-igraph: Update to 1.5.0., guix-commits, 2023/07/12
- 17/174: gnu: r-mlr3: Update to 0.16.1.,
guix-commits <=
- 18/174: gnu: apache-arrow: Update to 12.0.1., guix-commits, 2023/07/12
- 19/174: gnu: r-biomartr: Update to 1.0.4., guix-commits, 2023/07/12
- 22/174: gnu: r-ggpicrust2: Update to 1.7.1., guix-commits, 2023/07/12
- 24/174: gnu: r-googledrive: Update to 2.1.1., guix-commits, 2023/07/12
- 20/174: gnu: r-numbat: Update to 1.3.2-1., guix-commits, 2023/07/12
- 23/174: gnu: r-datawizard: Update to 0.8.0., guix-commits, 2023/07/12
- 27/174: gnu: r-ecp: Update to 3.1.5., guix-commits, 2023/07/12
- 28/174: gnu: r-readxl: Update to 1.4.3., guix-commits, 2023/07/12
- 30/174: gnu: r-curl: Update to 5.0.1., guix-commits, 2023/07/12
- 31/174: gnu: r-fastdummies: Update to 1.7.3., guix-commits, 2023/07/12