mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: r-mlr3: Update to 0.17.1.
* gnu/packages/cran.scm (r-mlr3): Update to 0.17.1. [propagated-inputs]: Add r-rhpcblasctl. Change-Id: Ida585a8ac45d8f78de787a243808788927ab765a
This commit is contained in:
parent
c5df00c1d1
commit
42c76e2f49
1 changed files with 3 additions and 2 deletions
|
@ -37079,13 +37079,13 @@ (define-public r-paradox
|
|||
(define-public r-mlr3
|
||||
(package
|
||||
(name "r-mlr3")
|
||||
(version "0.17.0")
|
||||
(version "0.17.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mlr3" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1gnn9i33sa2s0s35lhbbjqffjj9m7yhnhh7lyvp7jv9sncw123sa"))))
|
||||
"0q6px0l0ab3xcrf6ylnw9a3i50mnks3hlgqj424d6bpqdjqyh5s4"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-backports
|
||||
|
@ -37102,6 +37102,7 @@ (define-public r-mlr3
|
|||
r-paradox
|
||||
r-parallelly
|
||||
r-r6
|
||||
r-rhpcblasctl
|
||||
r-uuid))
|
||||
(home-page "https://mlr3.mlr-org.com/")
|
||||
(synopsis "Machine Learning in R - Next Generation")
|
||||
|
|
Loading…
Reference in a new issue