me
/
guix
Archived
1
0
Fork 0

gnu: r-modeldata: Update to 1.2.0.

* gnu/packages/cran.scm (r-modeldata): Update to 1.2.0.
Ricardo Wurmus 2023-08-28 14:21:09 +02:00
parent 4b907f4181
commit 4fb5b2711f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 7 deletions

View File

@ -35059,22 +35059,18 @@ expressive statistical grammar that coheres with the Tidy design framework.")
(define-public r-modeldata
(package
(name "r-modeldata")
(version "1.1.0")
(version "1.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "modeldata" version))
(sha256
(base32
"0wsqn8vchvanfbfh1l1q54wzgnqx703r32a7xm4zqvq2jixc2nww"))))
"15d29497bbarb3qyib4g584hscfviv0cg62195s26qg1q6l022ac"))))
(properties `((upstream-name . "modeldata")))
(build-system r-build-system)
(propagated-inputs
(list r-dplyr
r-mass
r-purrr
r-rlang
r-tibble))
(list r-dplyr r-mass r-purrr r-rlang r-tibble))
(home-page "https://modeldata.tidymodels.org")
(synopsis "Data sets useful for modeling packages")
(description