mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: r-summarytools: Update to 0.9.8.
* gnu/packages/cran.scm (r-summarytools): Update to 0.9.8. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
0f0cf17874
commit
9376d85495
1 changed files with 4 additions and 2 deletions
|
@ -10127,14 +10127,14 @@ (define-public r-pander
|
|||
(define-public r-summarytools
|
||||
(package
|
||||
(name "r-summarytools")
|
||||
(version "0.9.6")
|
||||
(version "0.9.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "summarytools" version))
|
||||
(sha256
|
||||
(base32
|
||||
"03pcb2ild1rb9f15yq8b68p9bg10z5wk2x7ahgyzkwdh5f81vbq2"))))
|
||||
"0n7rad6bkfn9cb99wbfzbwl5qzch48r0gafhddfcqvyh4fbn2k0j"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-base64enc" ,r-base64enc)
|
||||
|
@ -10149,6 +10149,8 @@ (define-public r-summarytools
|
|||
("r-rapportools" ,r-rapportools)
|
||||
("r-tibble" ,r-tibble)
|
||||
("r-tidyr" ,r-tidyr)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://github.com/dcomtois/summarytools")
|
||||
(synopsis "Tools to quickly and neatly summarize data")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue