mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-summarytools: Update to 0.9.3.
* gnu/packages/cran.scm (r-summarytools): Update to 0.9.3. [propagated-inputs]: Add r-tibble.
This commit is contained in:
parent
a108ef6209
commit
4c920fbbd5
1 changed files with 3 additions and 2 deletions
|
@ -8164,14 +8164,14 @@ (define-public r-pander
|
|||
(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 @@ (define-public r-summarytools
|
|||
("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")
|
||||
|
|
Loading…
Reference in a new issue