summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-06-24 17:21:08 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-06-24 17:23:48 +0200
commit01d4a5c3421cd24e6d3ac26d14c3117e191898a1 (patch)
treede78379ccdb52addf8ac2f8c95da22bcc5d90aa7 /gnu
parent7336ded499fa59ab2bed0b2528c71cc59f6ca0b9 (diff)
downloadguix-patches-01d4a5c3421cd24e6d3ac26d14c3117e191898a1.tar
guix-patches-01d4a5c3421cd24e6d3ac26d14c3117e191898a1.tar.gz
gnu: r-recipes: Update to 0.1.13.
* gnu/packages/cran.scm (r-recipes): Update to 0.1.13. [propagated-inputs]: Add r-lifecycle.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3ab6a7d223..ffba68d188 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3446,14 +3446,14 @@ provides a one-row summary of model-level statistics.")
(define-public r-recipes
(package
(name "r-recipes")
- (version "0.1.12")
+ (version "0.1.13")
(source
(origin
(method url-fetch)
(uri (cran-uri "recipes" version))
(sha256
(base32
- "0hbnrqgzazg401nk5fhljif7wnspicki179qf215r34y9wm8g3xj"))))
+ "1d3pmprkiz60w7lq5q4lpl5zlwf7fg7qghf7sq6xs1294w54gzbs"))))
(build-system r-build-system)
(propagated-inputs
`(("r-dplyr" ,r-dplyr)
@@ -3461,6 +3461,7 @@ provides a one-row summary of model-level statistics.")
("r-glue" ,r-glue)
("r-gower" ,r-gower)
("r-ipred" ,r-ipred)
+ ("r-lifecycle" ,r-lifecycle)
("r-lubridate" ,r-lubridate)
("r-magrittr" ,r-magrittr)
("r-matrix" ,r-matrix)