mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02: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 @@ mechanism.")
|
||||||
(define-public r-ztable
|
(define-public r-ztable
|
||||||
(package
|
(package
|
||||||
(name "r-ztable")
|
(name "r-ztable")
|
||||||
(version "0.2.0")
|
(version "0.2.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ztable" version))
|
(uri (cran-uri "ztable" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0g7khk5ifsdh9p31wlwh2l5mn1hzxzpv6qcn1wh34vsfjdmijjwy"))))
|
"0wxcdb7yp2r6w5iznz1k49npp5sn4jiybfcj30s3198hkcnv0r8y"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-flextable" ,r-flextable)
|
`(("r-flextable" ,r-flextable)
|
||||||
("r-magrittr" ,r-magrittr)
|
("r-magrittr" ,r-magrittr)
|
||||||
("r-moonbook" ,r-moonbook)
|
|
||||||
("r-officer" ,r-officer)
|
("r-officer" ,r-officer)
|
||||||
("r-rcolorbrewer" ,r-rcolorbrewer)
|
("r-rcolorbrewer" ,r-rcolorbrewer)
|
||||||
|
("r-rstudioapi" ,r-rstudioapi)
|
||||||
("r-scales" ,r-scales)
|
("r-scales" ,r-scales)
|
||||||
("r-stringr" ,r-stringr)))
|
("r-stringr" ,r-stringr)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://cran.r-project.org/web/packages/ztable")
|
(home-page "https://cran.r-project.org/web/packages/ztable")
|
||||||
(synopsis "Zebra-striped tables in LaTeX and HTML formats for R")
|
(synopsis "Zebra-striped tables in LaTeX and HTML formats for R")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue