[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
70/89: gnu: r-tidypredict: Update to 0.4.7.
From: |
guix-commits |
Subject: |
70/89: gnu: r-tidypredict: Update to 0.4.7. |
Date: |
Mon, 5 Oct 2020 18:35:04 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 2bf383bacaa7ca90f2adbbd5e8a6a6294e8478f8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 5 22:45:34 2020 +0200
gnu: r-tidypredict: Update to 0.4.7.
* gnu/packages/cran.scm (r-tidypredict): Update to 0.4.7.
[propagated-inputs]: Add r-stringr and r-tidyr.
---
gnu/packages/cran.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c50f7a3..173094b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -24012,14 +24012,14 @@ models without involving a test set.")
(define-public r-tidypredict
(package
(name "r-tidypredict")
- (version "0.4.6")
+ (version "0.4.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "tidypredict" version))
(sha256
(base32
- "1fx1nr8fry3nwy2391g26zkqakdf8f3j7zyrihbc0qhscvbdskiy"))))
+ "0z0wr0ssl1h0smr9431cy1ik5kxfy1nvkdcyyq9c0355h828hybh"))))
(properties `((upstream-name . "tidypredict")))
(build-system r-build-system)
(propagated-inputs
@@ -24028,7 +24028,9 @@ models without involving a test set.")
("r-knitr" ,r-knitr)
("r-purrr" ,r-purrr)
("r-rlang" ,r-rlang)
- ("r-tibble" ,r-tibble)))
+ ("r-stringr" ,r-stringr)
+ ("r-tibble" ,r-tibble)
+ ("r-tidyr" ,r-tidyr)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://tidypredict.tidymodels.org")
- 22/89: gnu: r-import: Update to 1.2.0., (continued)
- 22/89: gnu: r-import: Update to 1.2.0., guix-commits, 2020/10/05
- 26/89: gnu: r-sjlabelled: Update to 1.1.7., guix-commits, 2020/10/05
- 16/89: gnu: r-dtw: Update to 1.22-3., guix-commits, 2020/10/05
- 47/89: gnu: r-msigdbr: Update to 7.2.1., guix-commits, 2020/10/05
- 62/89: gnu: r-aws: Update to 2.5., guix-commits, 2020/10/05
- 39/89: gnu: r-gmp: Update to 0.6-1., guix-commits, 2020/10/05
- 43/89: gnu: r-future: Update to 1.19.1., guix-commits, 2020/10/05
- 50/89: gnu: r-ggfortify: Update to 0.4.11., guix-commits, 2020/10/05
- 52/89: gnu: r-systemfonts: Update to 0.3.2., guix-commits, 2020/10/05
- 69/89: gnu: r-dials: Update to 0.0.9., guix-commits, 2020/10/05
- 70/89: gnu: r-tidypredict: Update to 0.4.7.,
guix-commits <=
- 72/89: gnu: r-seurat: Update to 3.2.2., guix-commits, 2020/10/05
- 79/89: gnu: r-devtools: Update to 2.3.2., guix-commits, 2020/10/05
- 84/89: gnu: r-matrixstats: Update to 0.57.0., guix-commits, 2020/10/05
- 76/89: gnu: r-multitaper: Update to 1.0-15., guix-commits, 2020/10/05
- 88/89: gnu: r-car: Update to 3.0-10., guix-commits, 2020/10/05
- 89/89: gnu: r-tclust: Update to 1.4-2., guix-commits, 2020/10/05
- 27/89: gnu: r-deriv: Update to 4.1.0., guix-commits, 2020/10/05
- 32/89: gnu: r-sjplot: Update to 2.8.5., guix-commits, 2020/10/05
- 10/89: gnu: r-getoptlong: Update to 1.0.3., guix-commits, 2020/10/05
- 12/89: gnu: r-psych: Update to 2.0.9., guix-commits, 2020/10/05