gnu: r-xts: Update to 0.11-0.
* gnu/packages/cran.scm (r-xts): Update to 0.11-0. [native-inputs]: Remove.
This commit is contained in:
parent
1b3b2a72ee
commit
69bf449bf1
|
@ -2312,17 +2312,16 @@ training models for classification or ranking.")
|
||||||
(define-public r-xts
|
(define-public r-xts
|
||||||
(package
|
(package
|
||||||
(name "r-xts")
|
(name "r-xts")
|
||||||
(version "0.10-2")
|
(version "0.11-0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "xts" version))
|
(uri (cran-uri "xts" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1i11fczks4lh8rpi6xbm9bm7f3jpcp6xw03kv178g3n3361qhmc1"))))
|
"1v50yn4bsjzdyk7r90isn6dxmpkapillrhpx3gqsshd180vwzqk9"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs `(("r-zoo" ,r-zoo)))
|
(propagated-inputs `(("r-zoo" ,r-zoo)))
|
||||||
(native-inputs `(("gfortran" ,gfortran)))
|
|
||||||
(home-page "https://github.com/joshuaulrich/xts")
|
(home-page "https://github.com/joshuaulrich/xts")
|
||||||
(synopsis "Extensible time series")
|
(synopsis "Extensible time series")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue