mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-ztable: Update to 0.2.2.
* gnu/packages/statistics.scm (r-ztable): Update to 0.2.2. [propagated-inputs]: Remove r-moonbook; add r-rstudioapi. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
1b5ca298bc
commit
6800d9bdf8
1 changed files with 5 additions and 3 deletions
|
@ -4281,22 +4281,24 @@ (define-public r-rocr
|
|||
(define-public r-ztable
|
||||
(package
|
||||
(name "r-ztable")
|
||||
(version "0.2.0")
|
||||
(version "0.2.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ztable" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0g7khk5ifsdh9p31wlwh2l5mn1hzxzpv6qcn1wh34vsfjdmijjwy"))))
|
||||
"0wxcdb7yp2r6w5iznz1k49npp5sn4jiybfcj30s3198hkcnv0r8y"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-flextable" ,r-flextable)
|
||||
("r-magrittr" ,r-magrittr)
|
||||
("r-moonbook" ,r-moonbook)
|
||||
("r-officer" ,r-officer)
|
||||
("r-rcolorbrewer" ,r-rcolorbrewer)
|
||||
("r-rstudioapi" ,r-rstudioapi)
|
||||
("r-scales" ,r-scales)
|
||||
("r-stringr" ,r-stringr)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://cran.r-project.org/web/packages/ztable")
|
||||
(synopsis "Zebra-striped tables in LaTeX and HTML formats for R")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue