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

* gnu/packages/statistics.scm (r-xtable): Update to 1.8-3.
master
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
1 changed files with 3 additions and 3 deletions

View File

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