mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: r-mlr3: Update to 0.18.0.
* gnu/packages/cran.scm (r-mlr3): Update to 0.18.0. Change-Id: I4694be8897b834dc107b80aff89ccf2fb43759d1
This commit is contained in:
parent
03c6a20fc1
commit
74a179bc44
1 changed files with 2 additions and 2 deletions
|
@ -37631,13 +37631,13 @@ implemented as @code{R6} classes.")
|
|||
(define-public r-mlr3
|
||||
(package
|
||||
(name "r-mlr3")
|
||||
(version "0.17.2")
|
||||
(version "0.18.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mlr3" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0kcny3wxc7qc2538hxxdzs9bw4pq55s4abhlnpf1r13b2gkns323"))))
|
||||
"0v83lwigpm227dqr8hz5x1khcjqf3q0glqvz812sckbcf74ibhdz"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-backports
|
||||
|
|
Loading…
Add table
Reference in a new issue