[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
67/89: gnu: r-workflows: Update to 0.2.0.
From: |
guix-commits |
Subject: |
67/89: gnu: r-workflows: Update to 0.2.0. |
Date: |
Mon, 5 Oct 2020 18:35:03 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit cca2c6e590360df899aa9473f7a23a17122deb94
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 5 22:45:20 2020 +0200
gnu: r-workflows: Update to 0.2.0.
* gnu/packages/cran.scm (r-workflows): Update to 0.2.0.
[propagated-inputs]: Add r-tidyselect.
---
gnu/packages/cran.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8edfc9b..cc5d61f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23696,14 +23696,14 @@ more.")
(define-public r-workflows
(package
(name "r-workflows")
- (version "0.1.3")
+ (version "0.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "workflows" version))
(sha256
(base32
- "1d5njd1xdl8kghlbar4acgl9hxq83p6k7yks592cvakmcz7f853m"))))
+ "1mj0ibl6myzw5vl5n4gcfy7fz8wd1755kp8sdy18isxg8h5h23ya"))))
(properties `((upstream-name . "workflows")))
(build-system r-build-system)
(propagated-inputs
@@ -23713,7 +23713,8 @@ more.")
("r-glue" ,r-glue)
("r-hardhat" ,r-hardhat)
("r-parsnip" ,r-parsnip)
- ("r-rlang" ,r-rlang)))
+ ("r-rlang" ,r-rlang)
+ ("r-tidyselect" ,r-tidyselect)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://github.com/tidymodels/workflows")
- 65/89: gnu: r-gaston: Update to 1.5.7., (continued)
- 65/89: gnu: r-gaston: Update to 1.5.7., guix-commits, 2020/10/05
- 61/89: gnu: r-rpf: Update to 1.0.5., guix-commits, 2020/10/05
- 08/89: gnu: r-htmlwidgets: Update to 1.5.2., guix-commits, 2020/10/05
- 17/89: gnu: r-seriation: Update to 1.2-9., guix-commits, 2020/10/05
- 25/89: gnu: r-insight: Update to 0.9.6., guix-commits, 2020/10/05
- 30/89: gnu: r-emmeans: Update to 1.5.1., guix-commits, 2020/10/05
- 31/89: gnu: r-effectsize: Update to 0.3.3., guix-commits, 2020/10/05
- 33/89: gnu: r-usethis: Update to 1.6.3., guix-commits, 2020/10/05
- 29/89: gnu: r-multcomp: Update to 1.4-14., guix-commits, 2020/10/05
- 42/89: gnu: r-globals: Update to 0.13.0., guix-commits, 2020/10/05
- 67/89: gnu: r-workflows: Update to 0.2.0.,
guix-commits <=
- 73/89: gnu: r-survival: Update to 3.2-7., guix-commits, 2020/10/05
- 71/89: gnu: r-tidytext: Update to 0.2.6., guix-commits, 2020/10/05
- 77/89: gnu: r-backports: Update to 1.1.10., guix-commits, 2020/10/05
- 09/89: gnu: r-htmltable: Update to 2.1.0., guix-commits, 2020/10/05
- 11/89: gnu: r-lava: Update to 1.6.8., guix-commits, 2020/10/05
- 18/89: gnu: r-xfun: Update to 0.18., guix-commits, 2020/10/05
- 28/89: gnu: r-sandwich: Update to 3.0-0., guix-commits, 2020/10/05
- 51/89: gnu: r-covr: Update to 3.5.1., guix-commits, 2020/10/05
- 68/89: gnu: r-rsample: Update to 0.0.8., guix-commits, 2020/10/05
- 80/89: gnu: r-withr: Update to 2.3.0., guix-commits, 2020/10/05