Last updated on 2023-12-03 00:56:56 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.2 | 7.74 | 67.53 | 75.27 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.2 | 7.00 | 49.07 | 56.07 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.2 | 94.20 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.2 | 85.05 | OK | |||
r-devel-windows-x86_64 | 1.0.2 | 9.00 | 76.00 | 85.00 | OK | |
r-patched-linux-x86_64 | 1.0.2 | 7.84 | 62.31 | 70.15 | OK | |
r-release-linux-x86_64 | 1.0.2 | 9.32 | 61.70 | 71.02 | ERROR | |
r-release-macos-arm64 | 1.0.2 | 82.00 | OK | |||
r-release-macos-x86_64 | 1.0.2 | 107.00 | OK | |||
r-release-windows-x86_64 | 1.0.2 | 11.00 | 87.00 | 98.00 | OK | |
r-oldrel-macos-arm64 | 1.0.2 | 75.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.2 | 80.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.2 | 10.00 | 92.00 | 102.00 | OK |
Version: 1.0.2
Check: examples
Result: ERROR
Running examples in ‘rusquant-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: getSymbols.Moex
> ### Title: Get financial data from MOEX Exchange
> ### Aliases: getSymbols.Moex
>
> ### ** Examples
>
> data <- getSymbols.Moex('GAZP', from='2022-01-01', to='2022-01-10', period='day', auto.assign=FALSE)
Warning in open.connection(con, "rb") :
URL 'https://iss.moex.com/iss/securities.json?q=GAZP': Timeout of 60 seconds was reached
Error in open.connection(con, "rb") :
cannot open the connection to 'https://iss.moex.com/iss/securities.json?q=GAZP'
Calls: getSymbols.Moex ... parse_and_simplify -> parseJSON -> parse_con -> open -> open.connection
Execution halted
Flavor: r-release-linux-x86_64