[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/22: gnu: r-recipes: Update to 0.1.10.
From: |
guix-commits |
Subject: |
08/22: gnu: r-recipes: Update to 0.1.10. |
Date: |
Thu, 19 Mar 2020 05:06:43 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 99de0bd1dc3e1d5d7e826a526ae1ce7d97441048
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Thu Mar 19 10:00:48 2020 +0100
gnu: r-recipes: Update to 0.1.10.
* gnu/packages/cran.scm (r-recipes): Update to 0.1.10.
[native-inputs]: Add r-knitr.
---
gnu/packages/cran.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 350e439..7893219 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3098,14 +3098,14 @@ provides a one-row summary of model-level statistics.")
(define-public r-recipes
(package
(name "r-recipes")
- (version "0.1.9")
+ (version "0.1.10")
(source
(origin
(method url-fetch)
(uri (cran-uri "recipes" version))
(sha256
(base32
- "1fmnka583sqm6v5bhxbllb4cd5xfqbf268aij2xgxiwckv3c0ynm"))))
+ "11f96aanrzi2v6cn49fhvf9y4cmhra63wcy6nvpv6hcfaqqmwd2g"))))
(build-system r-build-system)
(propagated-inputs
`(("r-dplyr" ,r-dplyr)
@@ -3123,6 +3123,8 @@ provides a one-row summary of model-level statistics.")
("r-tidyselect" ,r-tidyselect)
("r-timedate" ,r-timedate)
("r-withr" ,r-withr)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://github.com/topepo/recipes")
(synopsis "Preprocessing tools to create design matrices")
(description
- branch master updated (0883f34 -> 2ceb2ed), guix-commits, 2020/03/19
- 01/22: gnu: r-biosigner: Update to 1.14.2., guix-commits, 2020/03/19
- 02/22: gnu: r-biocpkgtools: Update to 1.4.6., guix-commits, 2020/03/19
- 03/22: gnu: r-crosstalk: Update to 1.1.0.1., guix-commits, 2020/03/19
- 05/22: gnu: r-rcpp: Update to 1.0.4., guix-commits, 2020/03/19
- 06/22: gnu: r-ffbase: Update to 0.12.8., guix-commits, 2020/03/19
- 07/22: gnu: r-rmysql: Update to 0.10.20., guix-commits, 2020/03/19
- 09/22: gnu: r-officer: Update to 0.3.8., guix-commits, 2020/03/19
- 11/22: gnu: r-glmmtmb: Update to 1.0.1., guix-commits, 2020/03/19
- 04/22: gnu: r-glue: Update to 1.3.2., guix-commits, 2020/03/19
- 08/22: gnu: r-recipes: Update to 0.1.10.,
guix-commits <=
- 10/22: gnu: r-pwr: Update to 1.3-0., guix-commits, 2020/03/19
- 12/22: gnu: r-ggeffects: Update to 0.14.2., guix-commits, 2020/03/19
- 13/22: gnu: r-waveslim: Update to 1.8.2., guix-commits, 2020/03/19
- 14/22: gnu: r-nonnest2: Update to 0.5-3., guix-commits, 2020/03/19
- 15/22: gnu: r-units: Update to 0.6-6., guix-commits, 2020/03/19
- 16/22: gnu: r-ggraph: Update to 2.0.2., guix-commits, 2020/03/19
- 18/22: gnu: r-accept: Update to 0.7.1., guix-commits, 2020/03/19
- 19/22: gnu: r-isocodes: Update to 2020.03.16., guix-commits, 2020/03/19
- 22/22: gnu: r-modelmetrics: Update to 1.2.2.2., guix-commits, 2020/03/19
- 21/22: gnu: r-matrixstats: Update to 0.56.0., guix-commits, 2020/03/19