[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/111: gnu: r-recipes: Update to 0.2.0.
From: |
guix-commits |
Subject: |
21/111: gnu: r-recipes: Update to 0.2.0. |
Date: |
Mon, 14 Mar 2022 02:25:11 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 97194a0c3e072ff952a8be0264487077b96d45a5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Mar 12 23:04:22 2022 +0100
gnu: r-recipes: Update to 0.2.0.
* gnu/packages/cran.scm (r-recipes): Update to 0.2.0.
[propagated-inputs]: Add r-hardhat.
---
gnu/packages/cran.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0a9ce9c4ba..2433bc0f67 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5062,14 +5062,14 @@ provides a one-row summary of model-level statistics.")
(define-public r-recipes
(package
(name "r-recipes")
- (version "0.1.17")
+ (version "0.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "recipes" version))
(sha256
(base32
- "0gbdc5kvbn14s5zrf4vrdjvkfajs00p7vvb433ii0lqnl07bl87d"))))
+ "1950rvva19ms6xy9d3jx94gzy589qprk115zjjd0ib4qxgip601x"))))
(build-system r-build-system)
(propagated-inputs
(list r-dplyr
@@ -5077,6 +5077,7 @@ provides a one-row summary of model-level statistics.")
r-generics
r-glue
r-gower
+ r-hardhat
r-ipred
r-lifecycle
r-lubridate
- 05/111: gnu: liblantern: Update to 0.7.0., (continued)
- 05/111: gnu: liblantern: Update to 0.7.0., guix-commits, 2022/03/14
- 12/111: gnu: r-jsonlite: Update to 1.8.0., guix-commits, 2022/03/14
- 13/111: gnu: r-colorspace: Update to 2.0-3., guix-commits, 2022/03/14
- 14/111: gnu: r-glue: Update to 1.6.2., guix-commits, 2022/03/14
- 16/111: gnu: r-circlize: Update to 0.4.14., guix-commits, 2022/03/14
- 17/111: gnu: r-cvst: Update to 0.2-3., guix-commits, 2022/03/14
- 19/111: gnu: r-gower: Update to 1.0.0., guix-commits, 2022/03/14
- 22/111: gnu: r-jomo: Update to 2.7-3., guix-commits, 2022/03/14
- 30/111: gnu: r-fst: Update to 0.9.8., guix-commits, 2022/03/14
- 20/111: gnu: r-generics: Update to 0.1.2., guix-commits, 2022/03/14
- 21/111: gnu: r-recipes: Update to 0.2.0.,
guix-commits <=
- 36/111: gnu: r-mvabund: Update to 4.2.1., guix-commits, 2022/03/14
- 39/111: gnu: r-admisc: Update to 0.24., guix-commits, 2022/03/14
- 43/111: gnu: r-rnexml: Update to 2.4.6., guix-commits, 2022/03/14
- 48/111: gnu: r-sets: Update to 1.0-21., guix-commits, 2022/03/14
- 51/111: gnu: r-sf: Update to 1.0-6., guix-commits, 2022/03/14
- 03/111: gnu: r-leaflet: Update to 2.1.0., guix-commits, 2022/03/14
- 06/111: gnu: r-torch: Update to 0.7.0., guix-commits, 2022/03/14
- 10/111: gnu: r-clipr: Update to 0.8.0., guix-commits, 2022/03/14
- 11/111: gnu: r-ashr: Update to 2.2-54., guix-commits, 2022/03/14
- 08/111: gnu: Add r-fstcore., guix-commits, 2022/03/14