me
/
guix
Archived
1
0
Fork 0

gnu: r-recipes: Update to 0.1.10.

* gnu/packages/cran.scm (r-recipes): Update to 0.1.10.
[native-inputs]: Add r-knitr.
master
Ricardo Wurmus 2020-03-19 10:00:48 +01:00
parent b8168e8945
commit 99de0bd1dc
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 2 deletions

View File

@ -3098,14 +3098,14 @@ provides a one-row summary of model-level statistics.")
(define-public r-recipes (define-public r-recipes
(package (package
(name "r-recipes") (name "r-recipes")
(version "0.1.9") (version "0.1.10")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "recipes" version)) (uri (cran-uri "recipes" version))
(sha256 (sha256
(base32 (base32
"1fmnka583sqm6v5bhxbllb4cd5xfqbf268aij2xgxiwckv3c0ynm")))) "11f96aanrzi2v6cn49fhvf9y4cmhra63wcy6nvpv6hcfaqqmwd2g"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-dplyr" ,r-dplyr) `(("r-dplyr" ,r-dplyr)
@ -3123,6 +3123,8 @@ provides a one-row summary of model-level statistics.")
("r-tidyselect" ,r-tidyselect) ("r-tidyselect" ,r-tidyselect)
("r-timedate" ,r-timedate) ("r-timedate" ,r-timedate)
("r-withr" ,r-withr))) ("r-withr" ,r-withr)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://github.com/topepo/recipes") (home-page "https://github.com/topepo/recipes")
(synopsis "Preprocessing tools to create design matrices") (synopsis "Preprocessing tools to create design matrices")
(description (description