[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
68/89: gnu: r-rsample: Update to 0.0.8.
From: |
guix-commits |
Subject: |
68/89: gnu: r-rsample: Update to 0.0.8. |
Date: |
Mon, 5 Oct 2020 18:35:03 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit ce35e06563b38caf5e9ebfaff0c687fcf00e1e9d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 5 22:45:26 2020 +0200
gnu: r-rsample: Update to 0.0.8.
* gnu/packages/cran.scm (r-rsample): Update to 0.0.8.
[propagated-inputs]: Add r-ellipsis, r-modeldata, and r-slider.
---
gnu/packages/cran.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index cc5d61f..a3cce7d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23845,22 +23845,25 @@ sliding windows are to be created.")
(define-public r-rsample
(package
(name "r-rsample")
- (version "0.0.7")
+ (version "0.0.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "rsample" version))
(sha256
(base32
- "0s6hgq0rcv3ianyidq3n9z34y5ww51gaggqkwmwns9yyxmwfjcm8"))))
+ "1psmxk16d4bz1v05x0gb9hn4brkdjxw8hjbxmj62snichnix3q3i"))))
(properties `((upstream-name . "rsample")))
(build-system r-build-system)
(propagated-inputs
`(("r-dplyr" ,r-dplyr)
+ ("r-ellipsis" ,r-ellipsis)
("r-furrr" ,r-furrr)
("r-generics" ,r-generics)
+ ("r-modeldata" ,r-modeldata)
("r-purrr" ,r-purrr)
("r-rlang" ,r-rlang)
+ ("r-slider" ,r-slider)
("r-tibble" ,r-tibble)
("r-tidyr" ,r-tidyr)
("r-tidyselect" ,r-tidyselect)
- 42/89: gnu: r-globals: Update to 0.13.0., (continued)
- 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, 2020/10/05
- 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 <=
- 80/89: gnu: r-withr: Update to 2.3.0., guix-commits, 2020/10/05
- 81/89: gnu: r-readr: Update to 1.4.0., guix-commits, 2020/10/05