[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/125: gnu: r-recipes: Update to 0.1.16.
From: |
guix-commits |
Subject: |
23/125: gnu: r-recipes: Update to 0.1.16. |
Date: |
Tue, 4 May 2021 01:33:11 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit df5518d5fa2b16ae63fcffa212e9d5eba51d347a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 4 07:13:06 2021 +0200
gnu: r-recipes: Update to 0.1.16.
* gnu/packages/cran.scm (r-recipes): Update to 0.1.16.
[propagated-inputs]: Add r-ellipsis.
---
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 ded6123..1bffabc 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4459,17 +4459,18 @@ provides a one-row summary of model-level statistics.")
(define-public r-recipes
(package
(name "r-recipes")
- (version "0.1.15")
+ (version "0.1.16")
(source
(origin
(method url-fetch)
(uri (cran-uri "recipes" version))
(sha256
(base32
- "0xif0ak3w90xmfzlxvb5pnzc3scpfl1pyhrjffi3mq4asvsd52l0"))))
+ "1mayfdbn6q775d4gbdjrrhdbmpsxga57kwh0h7bwv8rk0vmvik23"))))
(build-system r-build-system)
(propagated-inputs
`(("r-dplyr" ,r-dplyr)
+ ("r-ellipsis" ,r-ellipsis)
("r-generics" ,r-generics)
("r-glue" ,r-glue)
("r-gower" ,r-gower)
- 13/125: gnu: r-tidyverse: Update to 1.3.1., (continued)
- 13/125: gnu: r-tidyverse: Update to 1.3.1., guix-commits, 2021/05/04
- 14/125: gnu: r-callr: Update to 3.7.0., guix-commits, 2021/05/04
- 15/125: gnu: r-httpuv: Update to 1.6.0., guix-commits, 2021/05/04
- 17/125: gnu: r-curl: Update to 4.3.1., guix-commits, 2021/05/04
- 16/125: gnu: r-servr: Update to 0.22., guix-commits, 2021/05/04
- 12/125: gnu: r-shadowtext: Update to 0.0.8., guix-commits, 2021/05/04
- 18/125: gnu: r-jquerylib: Update to 0.1.4., guix-commits, 2021/05/04
- 20/125: gnu: r-ape: Update to 5.5., guix-commits, 2021/05/04
- 21/125: gnu: r-pkgload: Update to 1.2.1., guix-commits, 2021/05/04
- 22/125: gnu: r-inum: Update to 1.0-4., guix-commits, 2021/05/04
- 23/125: gnu: r-recipes: Update to 0.1.16.,
guix-commits <=
- 24/125: gnu: r-hardyweinberg: Update to 1.7.2., guix-commits, 2021/05/04
- 28/125: gnu: r-pillar: Update to 1.6.0., guix-commits, 2021/05/04
- 29/125: gnu: r-parsedate: Update to 1.2.1., guix-commits, 2021/05/04
- 30/125: gnu: r-later: Update to 1.2.0., guix-commits, 2021/05/04
- 27/125: gnu: r-vctrs: Update to 0.3.8., guix-commits, 2021/05/04
- 32/125: gnu: r-reticulate: Update to 1.20., guix-commits, 2021/05/04
- 36/125: gnu: r-flextable: Update to 0.6.5., guix-commits, 2021/05/04
- 37/125: gnu: r-writexl: Update to 1.4.0., guix-commits, 2021/05/04
- 19/125: gnu: r-haven: Update to 2.4.1., guix-commits, 2021/05/04
- 25/125: gnu: r-cli: Update to 2.5.0., guix-commits, 2021/05/04