Another option is r-universe (thanks to @opencpu) which has repositories for source (of course), and binaries (including Ubuntu LTS) # Install quantmod in R: install.packages('quantmod', repos = c('joshuaulrich.r-universe.dev', 'cloud.r-project.org')) joshuaulrich.r-universe.dev/…
There are issues with getQuote() again github.com/joshuaulrich/quan… It's fixed on GitHub, but won't be on CRAN for a couple weeks due to CRAN's summer break. Install the patched version in the meantime: remotes::install_github("joshuaulrich/quantmod") #quantmod #rstats

Jul 28, 2023 · 3:27 PM UTC

1
2
1
13
I just recently dived into R-universe and it’s amazing. It’s tough-ish to get started but so handy.