3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-mlr3: Update to 0.13.0.

* gnu/packages/cran.scm (r-mlr3): Update to 0.13.0.
This commit is contained in:
Ricardo Wurmus 2021-11-23 15:23:35 +01:00
parent 4e5a7055cf
commit 07d00d5f44
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -29048,13 +29048,13 @@ implemented as @code{R6} classes.")
(define-public r-mlr3
(package
(name "r-mlr3")
(version "0.12.0")
(version "0.13.0")
(source (origin
(method url-fetch)
(uri (cran-uri "mlr3" version))
(sha256
(base32
"0nimwczsgrj29r9qrlz32qc3fkj02369zql7jhkrn3lk3mfy5zmz"))))
"1729wbdp62cjjk775qxrahyskp191s9qqnmqbxncfjrpdxphxk34"))))
(build-system r-build-system)
(propagated-inputs
`(("r-r6" ,r-r6)