diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-14 19:42:24 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:28:41 +0100 |
| commit | 7939def51e33ded3ec01443746ae96b7361b3f19 (patch) | |
| tree | 81e38ecded2b5fcbd59b99a58347281e21b95670 /gnu | |
| parent | 51b1aea0bd633136c27ff082fc52de9f1fdec04c (diff) | |
gnu: r-mlr3: Update to 1.3.0.
* gnu/packages/cran.scm (r-mlr3): Update to 1.3.0.
[native-inputs]: Remove r-callr; add r-future-callr.
Change-Id: I95c3b1e6fad8e9349a957104c705837ba6dbf146
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 7f26385823..c354a3fbc4 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -52707,13 +52707,13 @@ implemented as @code{R6} classes.") (define-public r-mlr3 (package (name "r-mlr3") - (version "1.2.0") + (version "1.3.0") (source (origin (method url-fetch) (uri (cran-uri "mlr3" version)) (sha256 (base32 - "122zjfr7w9mdghxnqh0w0gqh84ybk1pq6kkqw4p84c6ip8aq9bah")))) + "1hlkxn70a43fmpbq7j0dk4la69ln7c58rk2lhs29pmg6nf7qzxri")))) (properties '((updater-ignored-native-inputs . ("r-distr6")))) (build-system r-build-system) @@ -52742,10 +52742,7 @@ implemented as @code{R6} classes.") r-parallelly r-r6 r-uuid)) - (native-inputs (list r-callr - r-codetools - r-progressr - r-rpart + (native-inputs (list r-codetools r-future-callr r-progressr r-rpart r-testthat)) (home-page "https://mlr3.mlr-org.com/") (synopsis "Machine Learning in R - Next Generation") |
