mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-recipes: Update to 0.1.13.
* gnu/packages/cran.scm (r-recipes): Update to 0.1.13. [propagated-inputs]: Add r-lifecycle.
This commit is contained in:
parent
7336ded499
commit
01d4a5c342
1 changed files with 3 additions and 2 deletions
|
@ -3446,14 +3446,14 @@ (define-public r-broom
|
||||||
(define-public r-recipes
|
(define-public r-recipes
|
||||||
(package
|
(package
|
||||||
(name "r-recipes")
|
(name "r-recipes")
|
||||||
(version "0.1.12")
|
(version "0.1.13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "recipes" version))
|
(uri (cran-uri "recipes" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hbnrqgzazg401nk5fhljif7wnspicki179qf215r34y9wm8g3xj"))))
|
"1d3pmprkiz60w7lq5q4lpl5zlwf7fg7qghf7sq6xs1294w54gzbs"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-dplyr" ,r-dplyr)
|
`(("r-dplyr" ,r-dplyr)
|
||||||
|
@ -3461,6 +3461,7 @@ (define-public r-recipes
|
||||||
("r-glue" ,r-glue)
|
("r-glue" ,r-glue)
|
||||||
("r-gower" ,r-gower)
|
("r-gower" ,r-gower)
|
||||||
("r-ipred" ,r-ipred)
|
("r-ipred" ,r-ipred)
|
||||||
|
("r-lifecycle" ,r-lifecycle)
|
||||||
("r-lubridate" ,r-lubridate)
|
("r-lubridate" ,r-lubridate)
|
||||||
("r-magrittr" ,r-magrittr)
|
("r-magrittr" ,r-magrittr)
|
||||||
("r-matrix" ,r-matrix)
|
("r-matrix" ,r-matrix)
|
||||||
|
|
Loading…
Reference in a new issue