mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 21:50:01 +01:00
gnu: r-mlr3: Update to 0.16.1.
* gnu/packages/cran.scm (r-mlr3): Update to 0.16.1.
This commit is contained in:
parent
66e988201d
commit
abd0c1b29d
1 changed files with 4 additions and 4 deletions
|
@ -35666,17 +35666,16 @@ implemented as @code{R6} classes.")
|
||||||
(define-public r-mlr3
|
(define-public r-mlr3
|
||||||
(package
|
(package
|
||||||
(name "r-mlr3")
|
(name "r-mlr3")
|
||||||
(version "0.16.0")
|
(version "0.16.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "mlr3" version))
|
(uri (cran-uri "mlr3" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nzj73qsbb02fcim9826zkxzzpar32pq2r0yfkis1nxaxky4cclr"))))
|
"09klavihc2j6wsd9m2ycppl2ir85z5cxlxl9h6ay9skacylk559n"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-r6
|
(list r-backports
|
||||||
r-backports
|
|
||||||
r-checkmate
|
r-checkmate
|
||||||
r-data-table
|
r-data-table
|
||||||
r-evaluate
|
r-evaluate
|
||||||
|
@ -35689,6 +35688,7 @@ implemented as @code{R6} classes.")
|
||||||
r-palmerpenguins
|
r-palmerpenguins
|
||||||
r-paradox
|
r-paradox
|
||||||
r-parallelly
|
r-parallelly
|
||||||
|
r-r6
|
||||||
r-uuid))
|
r-uuid))
|
||||||
(home-page "https://mlr3.mlr-org.com/")
|
(home-page "https://mlr3.mlr-org.com/")
|
||||||
(synopsis "Machine Learning in R - Next Generation")
|
(synopsis "Machine Learning in R - Next Generation")
|
||||||
|
|
Loading…
Add table
Reference in a new issue