gnu: r-evaluate: Update to 0.16.
* gnu/packages/statistics.scm (r-evaluate): Update to 0.16.master
parent
911224970d
commit
6e47b0f88e
gnu/packages
|
@ -1426,13 +1426,13 @@ for template use among CRAN packages.")
|
||||||
(define-public r-evaluate
|
(define-public r-evaluate
|
||||||
(package
|
(package
|
||||||
(name "r-evaluate")
|
(name "r-evaluate")
|
||||||
(version "0.15")
|
(version "0.16")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "evaluate" version))
|
(uri (cran-uri "evaluate" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pbwj02y2j7r0msa7747ih1p32xm9bcyr8fa7bysfslb199ywnl8"))))
|
"009861l805z4c10cz0pyym5qd2b2wsiignjkz74vl25718k0mz0h"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://github.com/hadley/evaluate")
|
(home-page "https://github.com/hadley/evaluate")
|
||||||
(synopsis "Parsing and evaluation tools for R")
|
(synopsis "Parsing and evaluation tools for R")
|
||||||
|
|
Reference in New Issue