me
/
guix
Archived
1
0
Fork 0

gnu: r-formatr: Update to 1.9.

* gnu/packages/statistics.scm (r-formatr): Update to 1.9.
master
Ricardo Wurmus 2021-05-04 07:13:21 +02:00
parent 321fc2e752
commit d1f236045b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1329,13 +1329,13 @@ adapted for other output formats, such as HTML or LaTeX.")
(define-public r-formatr
(package
(name "r-formatr")
(version "1.8")
(version "1.9")
(source (origin
(method url-fetch)
(uri (cran-uri "formatR" version))
(sha256
(base32
"04q6y53ji7ll131khbwiz584wl8sinhh3z82p6r8dqa9f618ay6z"))))
"0vbzvb91y5cxjbnwpww0r40r6m1l9w1qa979sv7ghhalzr7bib3i"))))
(build-system r-build-system)
(native-inputs
`(("r-knitr" ,r-knitr)))