gnu: r-recipes: Update to 0.1.10.
* gnu/packages/cran.scm (r-recipes): Update to 0.1.10. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
b8168e8945
commit
99de0bd1dc
1 changed files with 4 additions and 2 deletions
|
@ -3098,14 +3098,14 @@ (define-public r-broom
|
|||
(define-public r-recipes
|
||||
(package
|
||||
(name "r-recipes")
|
||||
(version "0.1.9")
|
||||
(version "0.1.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "recipes" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1fmnka583sqm6v5bhxbllb4cd5xfqbf268aij2xgxiwckv3c0ynm"))))
|
||||
"11f96aanrzi2v6cn49fhvf9y4cmhra63wcy6nvpv6hcfaqqmwd2g"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-dplyr" ,r-dplyr)
|
||||
|
@ -3123,6 +3123,8 @@ (define-public r-recipes
|
|||
("r-tidyselect" ,r-tidyselect)
|
||||
("r-timedate" ,r-timedate)
|
||||
("r-withr" ,r-withr)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://github.com/topepo/recipes")
|
||||
(synopsis "Preprocessing tools to create design matrices")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue