mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: r-recipes: Update to 0.1.17.
* gnu/packages/cran.scm (r-recipes): Update to 0.1.17. [propagated-inputs]: Add r-vctrs.
This commit is contained in:
parent
ecc16a884f
commit
35e056d040
1 changed files with 3 additions and 2 deletions
|
@ -4888,14 +4888,14 @@ (define-public r-broom
|
||||||
(define-public r-recipes
|
(define-public r-recipes
|
||||||
(package
|
(package
|
||||||
(name "r-recipes")
|
(name "r-recipes")
|
||||||
(version "0.1.16")
|
(version "0.1.17")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "recipes" version))
|
(uri (cran-uri "recipes" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mayfdbn6q775d4gbdjrrhdbmpsxga57kwh0h7bwv8rk0vmvik23"))))
|
"0gbdc5kvbn14s5zrf4vrdjvkfajs00p7vvb433ii0lqnl07bl87d"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-dplyr" ,r-dplyr)
|
`(("r-dplyr" ,r-dplyr)
|
||||||
|
@ -4914,6 +4914,7 @@ (define-public r-recipes
|
||||||
("r-tidyr" ,r-tidyr)
|
("r-tidyr" ,r-tidyr)
|
||||||
("r-tidyselect" ,r-tidyselect)
|
("r-tidyselect" ,r-tidyselect)
|
||||||
("r-timedate" ,r-timedate)
|
("r-timedate" ,r-timedate)
|
||||||
|
("r-vctrs" ,r-vctrs)
|
||||||
("r-withr" ,r-withr)))
|
("r-withr" ,r-withr)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("r-knitr" ,r-knitr)))
|
`(("r-knitr" ,r-knitr)))
|
||||||
|
|
Loading…
Reference in a new issue