gnu: r-formatr: Update to 1.8.
* gnu/packages/statistics.scm (r-formatr): Update to 1.8. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
fe903cb89d
commit
2fc2983e59
1 changed files with 4 additions and 2 deletions
|
@ -1329,14 +1329,16 @@ 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.7")
|
(version "1.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "formatR" version))
|
(uri (cran-uri "formatR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nsxbrx31k3y6yql30qkrvdfyznlia2qfvwv95mfiy7m7wdn4rm3"))))
|
"04q6y53ji7ll131khbwiz584wl8sinhh3z82p6r8dqa9f618ay6z"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://yihui.org/formatr/")
|
(home-page "https://yihui.org/formatr/")
|
||||||
(synopsis "Format R code automatically")
|
(synopsis "Format R code automatically")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue