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.
This commit is contained in:
parent
b1f39e8c38
commit
5093cbdc04
|
@ -8108,23 +8108,27 @@ ways.")
|
||||||
(define-public r-summarytools
|
(define-public r-summarytools
|
||||||
(package
|
(package
|
||||||
(name "r-summarytools")
|
(name "r-summarytools")
|
||||||
(version "0.8.8")
|
(version "0.9.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "summarytools" version))
|
(uri (cran-uri "summarytools" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0z836m6ib9bznwcawn6xf8gck05ydxwi3bx4jbrbyqql4kci8zwb"))))
|
"1q83kii6prqf9z5v8cxj1q2944kx9x7dcxyqix3m883a94dmgivy"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-htmltools" ,r-htmltools)
|
`(("r-checkmate" ,r-checkmate)
|
||||||
|
("r-dplyr" ,r-dplyr)
|
||||||
|
("r-htmltools" ,r-htmltools)
|
||||||
("r-lubridate" ,r-lubridate)
|
("r-lubridate" ,r-lubridate)
|
||||||
|
("r-magick" ,r-magick)
|
||||||
("r-matrixstats" ,r-matrixstats)
|
("r-matrixstats" ,r-matrixstats)
|
||||||
("r-pander" ,r-pander)
|
("r-pander" ,r-pander)
|
||||||
("r-pryr" ,r-pryr)
|
("r-pryr" ,r-pryr)
|
||||||
("r-rapportools" ,r-rapportools)
|
("r-rapportools" ,r-rapportools)
|
||||||
("r-rcurl" ,r-rcurl)))
|
("r-rcurl" ,r-rcurl)
|
||||||
|
("r-tidyr" ,r-tidyr)))
|
||||||
(home-page "https://github.com/dcomtois/summarytools")
|
(home-page "https://github.com/dcomtois/summarytools")
|
||||||
(synopsis "Tools to quickly and neatly summarize data")
|
(synopsis "Tools to quickly and neatly summarize data")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue