gnu: r-ztable: Update to 0.1.8.
* gnu/packages/statistics.scm (r-ztable): Update to 0.1.8.
This commit is contained in:
parent
9b4d3c1d02
commit
9616e86aa0
|
@ -4211,13 +4211,13 @@ series of numeric vectors/matrices and factors.")
|
||||||
(define-public r-ztable
|
(define-public r-ztable
|
||||||
(package
|
(package
|
||||||
(name "r-ztable")
|
(name "r-ztable")
|
||||||
(version "0.1.5")
|
(version "0.1.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ztable" version))
|
(uri (cran-uri "ztable" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jfqnqy9544gfvz3bsb48v4177nwp4b4n9l2743asq8sbq305b5r"))))
|
"1hk5k9614n52dpfrhdws06w4gvwhnz8q47x4cwxx88qmrzm8z2m3"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(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")
|
||||||
|
|
Loading…
Reference in New Issue