mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: r-quantmod: Update to 0.4.22.
* gnu/packages/cran.scm (r-quantmod): Update to 0.4.22. [propagated-inputs]: Add r-jsonlite.
This commit is contained in:
parent
1127830d3a
commit
d9cef2c152
1 changed files with 3 additions and 3 deletions
|
@ -9499,17 +9499,17 @@ (define-public r-aggregation
|
|||
(define-public r-quantmod
|
||||
(package
|
||||
(name "r-quantmod")
|
||||
(version "0.4.21")
|
||||
(version "0.4.22")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "quantmod" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1qmpdk91smiqg63h4jsrw4izl4pnbgwlzi16zjvin0fs29kx01jf"))))
|
||||
"0pknwssha01hjsf3c7lgrabk2c3rzq5wa2m7mf8sz7wsrbqrd57j"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-curl r-ttr r-xts r-zoo))
|
||||
(list r-curl r-jsonlite r-ttr r-xts r-zoo))
|
||||
(home-page "https://cran.r-project.org/web/packages/quantmod/")
|
||||
(synopsis "Quantitative financial modelling framework")
|
||||
(description "This package provides a quantitative financial modelling
|
||||
|
|
Loading…
Reference in a new issue