gnu: r-xtable: Update to 1.8-3.

* gnu/packages/statistics.scm (r-xtable): Update to 1.8-3.
This commit is contained in:
Ricardo Wurmus 2018-09-05 14:54:19 +02:00
parent 6b02569f1d
commit 7f38b31ecb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1787,17 +1787,17 @@ (define-public r-data-table
(define-public r-xtable (define-public r-xtable
(package (package
(name "r-xtable") (name "r-xtable")
(version "1.8-2") (version "1.8-3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "xtable" version)) (uri (cran-uri "xtable" version))
(sha256 (sha256
(base32 (base32
"0398qkpvlw3dv0myz4mjcyqwpwc2m31l127r8vdzwc71wb6s28qn")))) "09f311gq9g7dzf8jdvcx72j11xb7p00jlg066jjbpa6pz3zv1cjk"))))
(build-system r-build-system) (build-system r-build-system)
(native-inputs (native-inputs
`(("r-knitr" ,r-knitr))) `(("r-knitr" ,r-knitr))) ; for vignettes
(home-page "http://xtable.r-forge.r-project.org/") (home-page "http://xtable.r-forge.r-project.org/")
(synopsis "Export R tables to LaTeX or HTML") (synopsis "Export R tables to LaTeX or HTML")
(description (description