mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: r-formatr: Update to 1.5.
* gnu/packages/statistics.scm (r-formatr): Update to 1.5.
This commit is contained in:
parent
12cd797541
commit
6dc86e8dfc
1 changed files with 2 additions and 2 deletions
|
@ -1180,13 +1180,13 @@ (define-public r-evaluate
|
||||||
(define-public r-formatr
|
(define-public r-formatr
|
||||||
(package
|
(package
|
||||||
(name "r-formatr")
|
(name "r-formatr")
|
||||||
(version "1.4")
|
(version "1.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "formatR" version))
|
(uri (cran-uri "formatR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fvynq0fj1r9grg9vvfdh5fl2riv6qki9f2rfpyvbvqq3xxpmi3f"))))
|
"19sd23vgs4ac0fwlw40j3676k6mramb0ajlq8hdw23kjwdx1jk47"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "http://yihui.name/formatR")
|
(home-page "http://yihui.name/formatR")
|
||||||
(synopsis "Format R code automatically")
|
(synopsis "Format R code automatically")
|
||||||
|
|
Loading…
Reference in a new issue