mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: r-recipes: Update to 0.2.0.
* gnu/packages/cran.scm (r-recipes): Update to 0.2.0. [propagated-inputs]: Add r-hardhat.
This commit is contained in:
parent
4b2060cd5f
commit
421e82ae88
1 changed files with 3 additions and 2 deletions
|
@ -5062,14 +5062,14 @@ (define-public r-broom
|
|||
(define-public r-recipes
|
||||
(package
|
||||
(name "r-recipes")
|
||||
(version "0.1.17")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "recipes" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0gbdc5kvbn14s5zrf4vrdjvkfajs00p7vvb433ii0lqnl07bl87d"))))
|
||||
"1950rvva19ms6xy9d3jx94gzy589qprk115zjjd0ib4qxgip601x"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-dplyr
|
||||
|
@ -5077,6 +5077,7 @@ (define-public r-recipes
|
|||
r-generics
|
||||
r-glue
|
||||
r-gower
|
||||
r-hardhat
|
||||
r-ipred
|
||||
r-lifecycle
|
||||
r-lubridate
|
||||
|
|
Loading…
Reference in a new issue