gnu: r-xts: Update to 0.13.1.
* gnu/packages/cran.scm (r-xts): Update to 0.13.1.master
parent
200e08161f
commit
2ee7d66973
|
@ -8159,14 +8159,14 @@ training models for classification or ranking.")
|
||||||
(define-public r-xts
|
(define-public r-xts
|
||||||
(package
|
(package
|
||||||
(name "r-xts")
|
(name "r-xts")
|
||||||
(version "0.13.0")
|
(version "0.13.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "xts" version))
|
(uri (cran-uri "xts" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0x4nxyp61sgh5zva39fh0f9hpj5ax01a17gv9ma6mi9yihflv3hq"))))
|
"0pc23na5lrzfchd4i22p035y1krjpddi0iw6i78lhbhns330ff9c"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-zoo))
|
(propagated-inputs (list r-zoo))
|
||||||
(home-page "https://github.com/joshuaulrich/xts")
|
(home-page "https://github.com/joshuaulrich/xts")
|
||||||
|
|
Reference in New Issue