diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-03-01 19:17:26 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-03-01 23:21:15 +0100 |
commit | dfa052726a21f9ae89e25b2f312579541a620aba (patch) | |
tree | 7910718a9399056e80d51daa2a28be0712912a15 /gnu | |
parent | ade9158b62d2b41de355635a68ecf8ffa7c8424c (diff) |
gnu: r-modelr: Update to 0.1.6.
* gnu/packages/cran.scm (r-modelr): Update to 0.1.6.
[propagated-inputs]: Add r-tidyselect.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index e576ea7e8f..a662686cc3 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -473,14 +473,14 @@ the embedded @code{RapidXML} C++ library.") (define-public r-modelr (package (name "r-modelr") - (version "0.1.5") + (version "0.1.6") (source (origin (method url-fetch) (uri (cran-uri "modelr" version)) (sha256 (base32 - "0nnfhlzz75ihs8azy963cc4cwg1kx81rybk4z3wm98bbghwfxfs5")))) + "1x2m34m4qirb401krmgc5wg3g7ndbcglfab2l0655rmky3fz7rfp")))) (build-system r-build-system) (propagated-inputs `(("r-broom" ,r-broom) @@ -489,7 +489,8 @@ the embedded @code{RapidXML} C++ library.") ("r-purrr" ,r-purrr) ("r-rlang" ,r-rlang) ("r-tibble" ,r-tibble) - ("r-tidyr" ,r-tidyr))) + ("r-tidyr" ,r-tidyr) + ("r-tidyselect" ,r-tidyselect))) (home-page "https://github.com/tidyverse/modelr") (synopsis "Helper functions for modelling in pipelines") (description |