[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/11: gnu: r-recipes: Update to 0.1.13.
From: |
guix-commits |
Subject: |
02/11: gnu: r-recipes: Update to 0.1.13. |
Date: |
Wed, 24 Jun 2020 11:24:00 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 01d4a5c3421cd24e6d3ac26d14c3117e191898a1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jun 24 17:21:08 2020 +0200
gnu: r-recipes: Update to 0.1.13.
* gnu/packages/cran.scm (r-recipes): Update to 0.1.13.
[propagated-inputs]: Add r-lifecycle.
---
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 3ab6a7d..ffba68d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3446,14 +3446,14 @@ provides a one-row summary of model-level statistics.")
(define-public r-recipes
(package
(name "r-recipes")
- (version "0.1.12")
+ (version "0.1.13")
(source
(origin
(method url-fetch)
(uri (cran-uri "recipes" version))
(sha256
(base32
- "0hbnrqgzazg401nk5fhljif7wnspicki179qf215r34y9wm8g3xj"))))
+ "1d3pmprkiz60w7lq5q4lpl5zlwf7fg7qghf7sq6xs1294w54gzbs"))))
(build-system r-build-system)
(propagated-inputs
`(("r-dplyr" ,r-dplyr)
@@ -3461,6 +3461,7 @@ provides a one-row summary of model-level statistics.")
("r-glue" ,r-glue)
("r-gower" ,r-gower)
("r-ipred" ,r-ipred)
+ ("r-lifecycle" ,r-lifecycle)
("r-lubridate" ,r-lubridate)
("r-magrittr" ,r-magrittr)
("r-matrix" ,r-matrix)
- branch master updated (d739b8d -> f39ef3a), guix-commits, 2020/06/24
- 01/11: gnu: r-gower: Update to 0.2.2., guix-commits, 2020/06/24
- 04/11: gnu: r-docopt: Update to 0.7.1., guix-commits, 2020/06/24
- 05/11: gnu: r-bookdown: Update to 0.20., guix-commits, 2020/06/24
- 02/11: gnu: r-recipes: Update to 0.1.13.,
guix-commits <=
- 03/11: gnu: r-magick: Update to 2.4.0., guix-commits, 2020/06/24
- 07/11: gnu: r-patchwork: Update to 1.0.1., guix-commits, 2020/06/24
- 08/11: gnu: r-knitr: Update to 1.29., guix-commits, 2020/06/24
- 06/11: gnu: r-ggforce: Update to 0.3.2., guix-commits, 2020/06/24
- 09/11: gnu: r-segmented: Update to 1.2-0., guix-commits, 2020/06/24
- 11/11: gnu: r-fpc: Update to 2.2-6., guix-commits, 2020/06/24
- 10/11: gnu: r-dt: Update to 0.14., guix-commits, 2020/06/24