[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/22: gnu: r-summarytools: Update to 0.9.3.
From: |
guix-commits |
Subject: |
08/22: gnu: r-summarytools: Update to 0.9.3. |
Date: |
Thu, 11 Apr 2019 17:37:36 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 4c920fbbd5a2f176fa65f419519905da2b80cd96
Author: Ricardo Wurmus <address@hidden>
Date: Thu Apr 11 22:59:53 2019 +0200
gnu: r-summarytools: Update to 0.9.3.
* gnu/packages/cran.scm (r-summarytools): Update to 0.9.3.
[propagated-inputs]: Add r-tibble.
---
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 ea66f91..7383778 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8164,14 +8164,14 @@ ways.")
(define-public r-summarytools
(package
(name "r-summarytools")
- (version "0.9.2")
+ (version "0.9.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "summarytools" version))
(sha256
(base32
- "1q83kii6prqf9z5v8cxj1q2944kx9x7dcxyqix3m883a94dmgivy"))))
+ "1wfbkgvicaic37zgpr6zcm4a58yx43p59h0sqggdj44ncqs7147f"))))
(build-system r-build-system)
(propagated-inputs
`(("r-checkmate" ,r-checkmate)
@@ -8184,6 +8184,7 @@ ways.")
("r-pryr" ,r-pryr)
("r-rapportools" ,r-rapportools)
("r-rcurl" ,r-rcurl)
+ ("r-tibble" ,r-tibble)
("r-tidyr" ,r-tidyr)))
(home-page "https://github.com/dcomtois/summarytools")
(synopsis "Tools to quickly and neatly summarize data")
- branch master updated (a6de569 -> b2521ee), guix-commits, 2019/04/11
- 01/22: gnu: r-genomicfeatures: Update to 1.34.8., guix-commits, 2019/04/11
- 05/22: gnu: r-tinytex: Update to 0.12., guix-commits, 2019/04/11
- 04/22: gnu: r-broom: Update to 0.5.2., guix-commits, 2019/04/11
- 02/22: gnu: r-rvest: Update to 0.3.3., guix-commits, 2019/04/11
- 03/22: gnu: r-ddalpha: Update to 1.3.9., guix-commits, 2019/04/11
- 14/22: gnu: r-ggplot2: Update to 3.1.1., guix-commits, 2019/04/11
- 08/22: gnu: r-summarytools: Update to 0.9.3.,
guix-commits <=
- 16/22: gnu: r-data-table: Update to 1.12.2., guix-commits, 2019/04/11
- 09/22: gnu: r-huge: Update to 1.3.2., guix-commits, 2019/04/11
- 10/22: gnu: r-reinforcelearn: Update to 0.2.1., guix-commits, 2019/04/11
- 12/22: gnu: r-pracma: Update to 2.2.5., guix-commits, 2019/04/11
- 13/22: gnu: r-nlme: Update to 3.1-139., guix-commits, 2019/04/11
- 11/22: gnu: r-wgcna: Update to 1.67., guix-commits, 2019/04/11
- 15/22: gnu: r-rlang: Update to 0.3.4., guix-commits, 2019/04/11
- 22/22: gnu: r-ggthemes: Update to 4.1.1., guix-commits, 2019/04/11
- 06/22: gnu: r-usethis: Update to 1.5.0., guix-commits, 2019/04/11
- 19/22: gnu: r-devtools: Update to 2.0.2., guix-commits, 2019/04/11