gnu: r-formatr: Update to 1.13.
* gnu/packages/statistics.scm (r-formatr): Update to 1.13.master
parent
c4922c9315
commit
9817e4adac
|
@ -1450,13 +1450,13 @@ adapted for other output formats, such as HTML or LaTeX.")
|
||||||
(define-public r-formatr
|
(define-public r-formatr
|
||||||
(package
|
(package
|
||||||
(name "r-formatr")
|
(name "r-formatr")
|
||||||
(version "1.12")
|
(version "1.13")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "formatR" version))
|
(uri (cran-uri "formatR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12wch1774113nlrc0lihfn5rbh4hln9sg6dv6zc2bvyb8fzyyllb"))))
|
"09z5wvbhrr2s2d196cxwzvjn0qr6pf4czrfqwdzqgqrdpwrxq1xj"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr))
|
(list r-knitr))
|
||||||
|
|
Reference in New Issue