diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-11-01 17:52:16 +0000 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-11-03 21:07:20 +0000 |
commit | 35e056d040febf8c31c59a98481396c4479b84d2 (patch) | |
tree | 03f1f9dba214d96e21a9daa4f6d677175309ceb0 /gnu | |
parent | ecc16a884f576a326a3fd938a40a8a0333a8878a (diff) | |
download | guix-35e056d040febf8c31c59a98481396c4479b84d2.tar guix-35e056d040febf8c31c59a98481396c4479b84d2.tar.gz |
gnu: r-recipes: Update to 0.1.17.
* gnu/packages/cran.scm (r-recipes): Update to 0.1.17.
[propagated-inputs]: Add r-vctrs.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 931c3f4275..b07aa39352 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -4888,14 +4888,14 @@ provides a one-row summary of model-level statistics.") (define-public r-recipes (package (name "r-recipes") - (version "0.1.16") + (version "0.1.17") (source (origin (method url-fetch) (uri (cran-uri "recipes" version)) (sha256 (base32 - "1mayfdbn6q775d4gbdjrrhdbmpsxga57kwh0h7bwv8rk0vmvik23")))) + "0gbdc5kvbn14s5zrf4vrdjvkfajs00p7vvb433ii0lqnl07bl87d")))) (build-system r-build-system) (propagated-inputs `(("r-dplyr" ,r-dplyr) @@ -4914,6 +4914,7 @@ provides a one-row summary of model-level statistics.") ("r-tidyr" ,r-tidyr) ("r-tidyselect" ,r-tidyselect) ("r-timedate" ,r-timedate) + ("r-vctrs" ,r-vctrs) ("r-withr" ,r-withr))) (native-inputs `(("r-knitr" ,r-knitr))) |