gnu: r-formatr: Update to 1.11.
* gnu/packages/statistics.scm (r-formatr): Update to 1.11.master
parent
61d7869e89
commit
80f2d363b8
|
@ -1330,13 +1330,13 @@ adapted for other output formats, such as HTML or LaTeX.")
|
|||
(define-public r-formatr
|
||||
(package
|
||||
(name "r-formatr")
|
||||
(version "1.9")
|
||||
(version "1.11")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "formatR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vbzvb91y5cxjbnwpww0r40r6m1l9w1qa979sv7ghhalzr7bib3i"))))
|
||||
"0353aj975mj0yjc91z76bbfy86y7d5cvlqqyfr93cdng14nnd0dx"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
|
|
Reference in New Issue