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

gnu: r-modeldata: Update to 0.1.0.

* gnu/packages/cran.scm (r-modeldata): Update to 0.1.0.
This commit is contained in:
Ricardo Wurmus 2020-10-31 13:44:13 +01:00
parent 548ada697a
commit e460ccba57
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -24267,14 +24267,14 @@ expressive statistical grammar that coheres with the Tidy design framework.")
(define-public r-modeldata
(package
(name "r-modeldata")
(version "0.0.2")
(version "0.1.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "modeldata" version))
(sha256
(base32
"13q6hhbwqbwnjvg8bz6iwwfx96p1saqq3r34cjrbnpgzmr1nn11l"))))
"0lbvmicvhw560jn9qk5dywrl6mgj1rf7zh7p86lf97c6bmz0zp2r"))))
(properties `((upstream-name . "modeldata")))
(build-system r-build-system)
(home-page "https://modeldata.tidymodels.org")