gnu: r-formatr: Update to 1.4.
* gnu/packages/statistics.scm (r-formatr): Update to 1.4.
This commit is contained in:
parent
84e5368719
commit
df25b0048a
|
@ -665,13 +665,13 @@ adapted for other output formats, such as HTML or LaTeX.")
|
|||
(define-public r-formatr
|
||||
(package
|
||||
(name "r-formatr")
|
||||
(version "1.3")
|
||||
(version "1.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "formatR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"09fsd0z6nhksc1h921h8q28f87hr6d1q8d6dmpxphjylb9r5xmj4"))))
|
||||
"1fvynq0fj1r9grg9vvfdh5fl2riv6qki9f2rfpyvbvqq3xxpmi3f"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "http://yihui.name/formatR")
|
||||
(synopsis "Format R code automatically")
|
||||
|
|
Loading…
Reference in New Issue