mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: Add r-timeseries.
* gnu/packages/cran.scm (r-timeseries): New variable.
This commit is contained in:
parent
9e03e01aae
commit
3e6e0696cc
1 changed files with 22 additions and 0 deletions
|
@ -7353,6 +7353,28 @@ (define-public r-processx
|
|||
timeout. It can also poll several processes at once.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public r-timeseries
|
||||
(package
|
||||
(name "r-timeseries")
|
||||
(version "4021.105")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "timeSeries" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1k6vihbs20m7zjrxh13y9mmsvnia3844c7j13p0b7m5i9fb6rqxz"))))
|
||||
(properties `((upstream-name . "timeSeries")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-timedate))
|
||||
(home-page
|
||||
"https://r-forge.r-project.org/scm/viewvc.php/pkg/timeSeries/?root=rmetrics")
|
||||
(synopsis "Metrics for financial time series objects")
|
||||
(description
|
||||
"This package implements S4 classes and various tools for financial time
|
||||
series. Basic functions such as scaling and sorting, subsetting, mathematical
|
||||
operations and statistical functions are provided.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-tsp
|
||||
(package
|
||||
(name "r-tsp")
|
||||
|
|
Loading…
Reference in a new issue