3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-formatr: Update to 1.13.

* gnu/packages/statistics.scm (r-formatr): Update to 1.13.
This commit is contained in:
Ricardo Wurmus 2023-01-02 15:00:14 +01:00
parent c4922c9315
commit 9817e4adac
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1450,13 +1450,13 @@ adapted for other output formats, such as HTML or LaTeX.")
(define-public r-formatr
(package
(name "r-formatr")
(version "1.12")
(version "1.13")
(source (origin
(method url-fetch)
(uri (cran-uri "formatR" version))
(sha256
(base32
"12wch1774113nlrc0lihfn5rbh4hln9sg6dv6zc2bvyb8fzyyllb"))))
"09z5wvbhrr2s2d196cxwzvjn0qr6pf4czrfqwdzqgqrdpwrxq1xj"))))
(build-system r-build-system)
(native-inputs
(list r-knitr))