diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-11-30 14:58:53 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-11-30 17:28:11 +0100 |
commit | 18a11c6d6204fb7a4ed719f96bbd2308a18777d1 (patch) | |
tree | 72be1cdbf6bd5d0533e9f3d07e9e26da7b1b58f0 /gnu/packages/cran.scm | |
parent | 6c8c8c6b759cd64382c7ede2aff8580bcbfb9f95 (diff) |
gnu: r-recipes: Update to 0.1.1.
* gnu/packages/cran.scm (r-recipes): Update to 0.1.1.
[propagated-inputs]: Add r-broom and r-matrix.
Diffstat (limited to 'gnu/packages/cran.scm')
-rw-r--r-- | gnu/packages/cran.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 0e1a45af46..fb27395095 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -1278,23 +1278,25 @@ provides a one-row summary of model-level statistics.") (define-public r-recipes (package (name "r-recipes") - (version "0.1.0") + (version "0.1.1") (source (origin (method url-fetch) (uri (cran-uri "recipes" version)) (sha256 (base32 - "0rydk403qihxmcv3zz323r3ywk4g1v7ibvj452rxhm0z22sqk9kb")))) + "0id46c7iaf49miw4kxpidsbg3hdywav43n1lh2zd1vg5946bzg04")))) (build-system r-build-system) (propagated-inputs - `(("r-ddalpha" ,r-ddalpha) + `(("r-broom" ,r-broom) + ("r-ddalpha" ,r-ddalpha) ("r-dimred" ,r-dimred) ("r-dplyr" ,r-dplyr) ("r-gower" ,r-gower) ("r-ipred" ,r-ipred) ("r-lubridate" ,r-lubridate) ("r-magrittr" ,r-magrittr) + ("r-matrix" ,r-matrix) ("r-purrr" ,r-purrr) ("r-rcpproll" ,r-rcpproll) ("r-rlang" ,r-rlang) |