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:
Ricardo Wurmus 2020-10-31 13:45:26 +01:00
parent 1b5ca298bc
commit 6800d9bdf8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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