Last updated on 2025-04-05 10:53:01 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.4 | 7.55 | 61.29 | 68.84 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.4 | 4.81 | 40.94 | 45.75 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.1.4 | 113.99 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.4 | 102.84 | 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 | 10.00 | 90.00 | 100.00 | OK | |
r-patched-linux-x86_64 | 1.1.4 | 6.92 | 53.86 | 60.78 | ERROR | |
r-release-linux-x86_64 | 1.1.4 | 6.95 | 54.65 | 61.60 | 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 | 93.00 | 104.00 | OK | |
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 | 97.00 | 110.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.Finam
> ### Title: Download historical data from Finam.ru
> ### Aliases: getSymbols.Finam
>
> ### ** Examples
>
> api_key = 'set_if_use_API'
> getSymbols('SBER',src='Finam',from='2023-01-01',api.key = api_key)
Error in curl::curl_fetch_memory(url, handle = handle) :
Failure when receiving data from the peer [trade-api.finam.ru]: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0
Calls: getSymbols ... request_fetch.write_memory -> <Anonymous> -> raise_libcurl_error
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: getIPO
> ### Title: Get IPO calendar data from Investing.com
> ### Aliases: getIPO
>
> ### ** Examples
>
> getIPO(from=Sys.Date(),to=Sys.Date()+3)
Error in getIPO(from = Sys.Date(), to = Sys.Date() + 3) :
object 'Records' not found
Execution halted
Flavor: r-patched-linux-x86_64