[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/122: gnu: r-recipes: Update to 1.0.1.
From: |
guix-commits |
Subject: |
28/122: gnu: r-recipes: Update to 1.0.1. |
Date: |
Wed, 10 Aug 2022 07:51:51 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit f1e8dd83cd11699c33c1bb090da87be93701644b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Aug 10 12:19:59 2022 +0200
gnu: r-recipes: Update to 1.0.1.
* gnu/packages/cran.scm (r-recipes): Update to 1.0.1.
[propagated-inputs]: Add r-cli.
---
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 0675105c5a..0eb9a99360 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5705,17 +5705,18 @@ provides a one-row summary of model-level statistics.")
(define-public r-recipes
(package
(name "r-recipes")
- (version "0.2.0")
+ (version "1.0.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "recipes" version))
(sha256
(base32
- "1950rvva19ms6xy9d3jx94gzy589qprk115zjjd0ib4qxgip601x"))))
+ "1jav29biq13xf0vg9kj3k6khqb71hqak26kxxi0vy29l849f4fly"))))
(build-system r-build-system)
(propagated-inputs
- (list r-dplyr
+ (list r-cli
+ r-dplyr
r-ellipsis
r-generics
r-glue
- 15/122: gnu: r-htmltools: Update to 0.5.3., (continued)
- 15/122: gnu: r-htmltools: Update to 0.5.3., guix-commits, 2022/08/10
- 11/122: gnu: r-fontawesome: Update to 0.3.0., guix-commits, 2022/08/10
- 10/122: gnu: r-v8: Update to 4.2.1., guix-commits, 2022/08/10
- 16/122: gnu: r-htmltable: Update to 2.4.1., guix-commits, 2022/08/10
- 19/122: gnu: r-mbess: Update to 4.9.1., guix-commits, 2022/08/10
- 17/122: gnu: r-rstpm2: Update to 1.5.7., guix-commits, 2022/08/10
- 22/122: gnu: r-dendextend: Update to 1.16.0., guix-commits, 2022/08/10
- 24/122: gnu: r-timedate: Update to 4021.104., guix-commits, 2022/08/10
- 26/122: gnu: r-geometry: Update to 0.4.6.1., guix-commits, 2022/08/10
- 27/122: gnu: r-generics: Update to 0.1.3., guix-commits, 2022/08/10
- 28/122: gnu: r-recipes: Update to 1.0.1.,
guix-commits <=
- 04/122: gnu: r-flexdashboard: Update to 0.6.0., guix-commits, 2022/08/10
- 05/122: gnu: r-rtweet: Update to 1.0.2., guix-commits, 2022/08/10
- 07/122: gnu: r-bslib: Update to 0.4.0., guix-commits, 2022/08/10
- 12/122: gnu: r-ggside: Update to 0.2.1., guix-commits, 2022/08/10
- 09/122: gnu: r-datawizard: Update to 0.5.0., guix-commits, 2022/08/10
- 13/122: gnu: r-tidyverse: Update to 1.3.2., guix-commits, 2022/08/10
- 18/122: gnu: r-sass: Update to 0.4.2., guix-commits, 2022/08/10
- 20/122: gnu: r-pls: Update to 2.8-1., guix-commits, 2022/08/10
- 23/122: gnu: r-dimred: Update to 0.2.6., guix-commits, 2022/08/10
- 29/122: gnu: r-coro: Update to 1.0.3., guix-commits, 2022/08/10