[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
44/74: gnu: r-summarytools: Update to 0.9.2.
From: |
guix-commits |
Subject: |
44/74: gnu: r-summarytools: Update to 0.9.2. |
Date: |
Thu, 7 Mar 2019 17:53:08 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 5093cbdc0407a93717a5376b1724bd8ebf63e446
Author: Ricardo Wurmus <address@hidden>
Date: Thu Mar 7 23:42:43 2019 +0100
gnu: r-summarytools: Update to 0.9.2.
* gnu/packages/cran.scm (r-summarytools): Update to 0.9.2.
[propagated-inputs]: Add r-checkmate, r-dplyr, r-magick, and r-tidyr.
---
gnu/packages/cran.scm | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 7d32546..aac80c7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8108,23 +8108,27 @@ ways.")
(define-public r-summarytools
(package
(name "r-summarytools")
- (version "0.8.8")
+ (version "0.9.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "summarytools" version))
(sha256
(base32
- "0z836m6ib9bznwcawn6xf8gck05ydxwi3bx4jbrbyqql4kci8zwb"))))
+ "1q83kii6prqf9z5v8cxj1q2944kx9x7dcxyqix3m883a94dmgivy"))))
(build-system r-build-system)
(propagated-inputs
- `(("r-htmltools" ,r-htmltools)
+ `(("r-checkmate" ,r-checkmate)
+ ("r-dplyr" ,r-dplyr)
+ ("r-htmltools" ,r-htmltools)
("r-lubridate" ,r-lubridate)
+ ("r-magick" ,r-magick)
("r-matrixstats" ,r-matrixstats)
("r-pander" ,r-pander)
("r-pryr" ,r-pryr)
("r-rapportools" ,r-rapportools)
- ("r-rcurl" ,r-rcurl)))
+ ("r-rcurl" ,r-rcurl)
+ ("r-tidyr" ,r-tidyr)))
(home-page "https://github.com/dcomtois/summarytools")
(synopsis "Tools to quickly and neatly summarize data")
(description
- 14/74: gnu: r-tidyr: Update to 0.8.3., (continued)
- 14/74: gnu: r-tidyr: Update to 0.8.3., guix-commits, 2019/03/07
- 17/74: gnu: r-r-utils: Update to 2.8.0., guix-commits, 2019/03/07
- 29/74: gnu: r-formatr: Update to 1.6., guix-commits, 2019/03/07
- 21/74: gnu: r-xml: Update to 3.98-1.19., guix-commits, 2019/03/07
- 34/74: gnu: r-igraph: Update to 1.2.4., guix-commits, 2019/03/07
- 27/74: gnu: r-mgcv: Update to 1.8-27., guix-commits, 2019/03/07
- 32/74: gnu: r-lme4: Update to 1.1-21., guix-commits, 2019/03/07
- 43/74: gnu: r-multcomp: Update to 1.4-10., guix-commits, 2019/03/07
- 26/74: gnu: r-stringi: Update to 1.3.1., guix-commits, 2019/03/07
- 49/74: gnu: r-prediction: Update to 0.3.6.2., guix-commits, 2019/03/07
- 44/74: gnu: r-summarytools: Update to 0.9.2.,
guix-commits <=
- 36/74: gnu: r-gmp: Update to 0.5-13.4., guix-commits, 2019/03/07
- 25/74: gnu: r-stringr: Update to 1.4.0., guix-commits, 2019/03/07
- 22/74: gnu: r-catools: Update to 1.17.1.2., guix-commits, 2019/03/07
- 24/74: gnu: r-ranger: Update to 0.11.2., guix-commits, 2019/03/07
- 45/74: gnu: r-dvmisc: Update to 1.1.3., guix-commits, 2019/03/07
- 33/74: gnu: r-dplyr: Update to 0.8.0.1., guix-commits, 2019/03/07
- 57/74: gnu: r-later: Update to 0.8.0., guix-commits, 2019/03/07
- 46/74: gnu: r-hash: Update to 2.2.6.1., guix-commits, 2019/03/07
- 54/74: gnu: r-arules: Update to 1.6-3., guix-commits, 2019/03/07
- 73/74: gnu: r-readxl: Update to 1.3.0., guix-commits, 2019/03/07