mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 02:16:31 +01:00
gnu: r-quantmod: Update to 0.4.23.
* gnu/packages/cran.scm (r-quantmod): Update to 0.4.23.
This commit is contained in:
parent
b3be4e8ea7
commit
d37077053e
1 changed files with 2 additions and 2 deletions
|
@ -9814,14 +9814,14 @@ Fisher's method), and Sidak correction.")
|
|||
(define-public r-quantmod
|
||||
(package
|
||||
(name "r-quantmod")
|
||||
(version "0.4.22")
|
||||
(version "0.4.23")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "quantmod" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0pknwssha01hjsf3c7lgrabk2c3rzq5wa2m7mf8sz7wsrbqrd57j"))))
|
||||
"0jjhkcp51j7bfvv9f8sid8vkrf2a8g5hvshplsn0szzc3z6vaz2d"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-curl r-jsonlite r-ttr r-xts r-zoo))
|
||||
|
|
Loading…
Add table
Reference in a new issue