Last updated on 2025-08-01 02:51:04 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.1 | 22.63 | 129.77 | 152.40 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.1 | 16.69 | 93.00 | 109.69 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.2.1 | 236.71 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.1 | 239.97 | OK | |||
r-devel-windows-x86_64 | 0.2.1 | 24.00 | 251.00 | 275.00 | OK | |
r-patched-linux-x86_64 | 0.2.1 | 21.20 | 126.26 | 147.46 | OK | |
r-release-linux-x86_64 | 0.2.1 | 22.35 | 128.63 | 150.98 | OK | |
r-release-macos-arm64 | 0.2.1 | 88.00 | OK | |||
r-release-macos-x86_64 | 0.2.1 | 163.00 | OK | |||
r-release-windows-x86_64 | 0.2.1 | 24.00 | 189.00 | 213.00 | OK | |
r-oldrel-macos-arm64 | 0.2.1 | 90.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.1 | 171.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.1 | 28.00 | 205.00 | 233.00 | OK |
Version: 0.2.1
Check: examples
Result: ERROR
Running examples in ‘qmj-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: tidy_prices
> ### Title: Formats raw price data.
> ### Aliases: tidy_prices
>
> ### ** Examples
>
> my_companies <- data.frame(ticker=c('GOOG', 'IBM'))
> raw_price_data <- get_prices(my_companies)
Warning: Failed to open 'https://query2.finance.yahoo.com/v8/finance/chart/^GSPC?period1=1690761600&period2=1753920000&interval=1d': The requested URL returned error: 503
Error in getSymbols.yahoo(Symbols = "^GSPC", env = <environment>, verbose = FALSE, :
Unable to import “^GSPC”.
cannot open the connection
Calls: get_prices -> <Anonymous> -> do.call -> getSymbols.yahoo
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc