mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: r-xts: Update to 0.14.2.
* gnu/packages/cran.scm (r-xts): Update to 0.14.2. [native-inputs]: Add r-tinytest and tzdata-for-tests. [arguments]: Add phase 'set-timezone. Change-Id: If1ae772d3aad691c023725733a0bff0151c31fd1
This commit is contained in:
committed by
Andreas Enge
parent
6a68f90cde
commit
03c49ae43b
@@ -21672,14 +21672,14 @@ training models for classification or ranking.")
|
||||
(define-public r-xts
|
||||
(package
|
||||
(name "r-xts")
|
||||
(version "0.14.1")
|
||||
(version "0.14.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "xts" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0kvz75dygr1riyijxsz8vx86fk6yyghilgc9l74lqx405yrnpaax"))
|
||||
"0vyw284fwb17ih25swpvbd419gxr6swnrbsh70b68imnna28bdnl"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(with-directory-excursion "inst/doc"
|
||||
@@ -21692,7 +21692,17 @@ training models for classification or ranking.")
|
||||
"xts.Rnw"
|
||||
"xts.pdf"))))))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
(add-before 'check 'set-timezone
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(setenv "TZ" "UTC")
|
||||
(setenv "TZDIR"
|
||||
(search-input-directory inputs "share/zoneinfo")))))))
|
||||
(propagated-inputs (list r-zoo))
|
||||
(native-inputs (list r-tinytest tzdata-for-tests))
|
||||
(home-page "https://github.com/joshuaulrich/xts")
|
||||
(synopsis "Extensible time series")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user