me
/
guix
Archived
1
0
Fork 0

gnu: r-modeldata: Update to 0.1.0.

* gnu/packages/cran.scm (r-modeldata): Update to 0.1.0.
master
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
1 changed files with 2 additions and 2 deletions

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")