Last updated on 2025-04-12 00:50:49 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.4 | 8.11 | 58.04 | 66.15 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.4 | 5.42 | 41.08 | 46.50 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.1.4 | 106.46 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.4 | 100.58 | OK | |||
r-devel-macos-arm64 | 1.1.4 | 101.00 | OK | |||
r-devel-macos-x86_64 | 1.1.4 | 103.00 | OK | |||
r-devel-windows-x86_64 | 1.1.4 | 9.00 | 91.00 | 100.00 | OK | |
r-patched-linux-x86_64 | 1.1.4 | 7.48 | 55.51 | 62.99 | ERROR | |
r-release-linux-x86_64 | 1.1.4 | OK | ||||
r-release-macos-arm64 | 1.1.4 | 97.00 | OK | |||
r-release-macos-x86_64 | 1.1.4 | 121.00 | OK | |||
r-release-windows-x86_64 | 1.1.4 | 11.00 | 98.00 | 109.00 | ERROR | |
r-oldrel-macos-arm64 | 1.1.4 | OK | ||||
r-oldrel-macos-x86_64 | 1.1.4 | 112.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1.4 | 13.00 | 102.00 | 115.00 | OK |
Version: 1.1.4
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.Gigapack
> ### Title: Download Giga Candles data from GigaPack
> ### Aliases: getSymbols.Gigapack
>
> ### ** Examples
>
> getSymbols.Gigapack('SBER', field = 'disb.q20')
Warning in open.connection(con, "rb") :
cannot open URL 'https://api.rusquant.ru/gigacandles?symbol=SBER&field=disb.q20&orient=table&date=': HTTP status was '502 Bad Gateway'
Error in open.connection(con, "rb") :
cannot open the connection to 'https://api.rusquant.ru/gigacandles?symbol=SBER&field=disb.q20&orient=table&date='
Calls: getSymbols.Gigapack ... parse_and_simplify -> parseJSON -> parse_con -> open -> open.connection
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1.4
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)
Error in if (engine == "stock" & market != "bonds") market <- "shares" :
missing value where TRUE/FALSE needed
Calls: getSymbols.Moex
Execution halted
Flavor: r-patched-linux-x86_64
Version: 1.1.4
Check: examples
Result: ERROR
Running examples in 'rusquant-Ex.R' failed
The error most likely occurred in:
> ### 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)
Error in if (engine == "stock" & market != "bonds") market <- "shares" :
missing value where TRUE/FALSE needed
Calls: getSymbols.Moex
Execution halted
Flavor: r-release-windows-x86_64