[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/41: gnu: r-broom: Update to 0.5.6.
From: |
guix-commits |
Subject: |
15/41: gnu: r-broom: Update to 0.5.6. |
Date: |
Tue, 28 Apr 2020 02:46:34 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 839c39b178d84e1d2d75d3a5a051edde5003063d
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Mon Apr 27 17:27:15 2020 +0200
gnu: r-broom: Update to 0.5.6.
* gnu/packages/cran.scm (r-broom): Update to 0.5.6.
[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 98512ef..ba4460c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3222,14 +3222,14 @@ by base R methods related to model fitting.")
(define-public r-broom
(package
(name "r-broom")
- (version "0.5.5")
+ (version "0.5.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "broom" version))
(sha256
(base32
- "0n7zd64263kfavdi28rl2bxrsa00c3m4vjhhjdrfwvvmrcxj39fx"))))
+ "0da3jsb02xckrk6alznicn6l5lnyvdhc64qklyarnd77miqgc1hb"))))
(build-system r-build-system)
(propagated-inputs
`(("r-backports" ,r-backports)
@@ -3241,6 +3241,8 @@ by base R methods related to model fitting.")
("r-stringr" ,r-stringr)
("r-tibble" ,r-tibble)
("r-tidyr" ,r-tidyr)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://github.com/tidyverse/broom")
(synopsis "Convert statistical analysis objects into tidy data frames")
(description
- 06/41: gnu: r-withr: Update to 2.2.0., (continued)
- 06/41: gnu: r-withr: Update to 2.2.0., guix-commits, 2020/04/28
- 07/41: gnu: r-plotrix: Update to 3.7-8., guix-commits, 2020/04/28
- 04/41: gnu: r-dbplyr: Update to 1.4.3., guix-commits, 2020/04/28
- 08/41: gnu: r-purrr: Update to 0.3.4., guix-commits, 2020/04/28
- 05/41: gnu: r-xml2: Update to 1.3.2., guix-commits, 2020/04/28
- 09/41: gnu: Add r-ingredients., guix-commits, 2020/04/28
- 02/41: gnu: r-foreign: Update to 0.8-78., guix-commits, 2020/04/28
- 11/41: gnu: r-shinyfiles: Update to 0.8.0., guix-commits, 2020/04/28
- 12/41: gnu: r-powerlaw: Update to 0.70.6., guix-commits, 2020/04/28
- 10/41: gnu: Add r-ibreakdown., guix-commits, 2020/04/28
- 15/41: gnu: r-broom: Update to 0.5.6.,
guix-commits <=
- 25/41: gnu: r-future: Update to 1.17.0., guix-commits, 2020/04/28
- 26/41: gnu: r-etm: Update to 1.1., guix-commits, 2020/04/28
- 29/41: gnu: r-optparse: Update to 1.6.6., guix-commits, 2020/04/28
- 17/41: gnu: r-tinytex: Update to 0.22., guix-commits, 2020/04/28
- 19/41: gnu: r-raster: Update to 3.1-5., guix-commits, 2020/04/28
- 18/41: gnu: r-insight: Update to 0.8.3., guix-commits, 2020/04/28
- 20/41: gnu: r-emmeans: Update to 1.4.6., guix-commits, 2020/04/28
- 22/41: gnu: r-ggeffects: Update to 0.14.3., guix-commits, 2020/04/28
- 24/41: gnu: r-protviz: Update to 0.6.4., guix-commits, 2020/04/28
- 23/41: gnu: r-rgl: Update to 0.100.54., guix-commits, 2020/04/28