CRAN Package Check Results for Package rusquant

Last updated on 2025-03-13 05:51:56 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.4 7.96 61.84 69.80 OK
r-devel-linux-x86_64-debian-gcc 1.1.4 5.14 41.93 47.07 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.4 104.58 OK
r-devel-linux-x86_64-fedora-gcc 1.1.4 101.06 OK
r-devel-macos-arm64 1.1.4 92.00 OK
r-devel-macos-x86_64 1.1.4 125.00 OK
r-devel-windows-x86_64 1.1.4 12.00 88.00 100.00 OK
r-patched-linux-x86_64 1.1.4 ERROR
r-release-linux-x86_64 1.1.4 7.22 56.78 64.00 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 10.00 28329.00 28339.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 102.00 115.00 OK

Check Details

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.Tinkoff > ### Title: Get earnings data from investing.com > ### Aliases: getSymbols.Tinkoff > > ### ** Examples > > getSymbols.Tinkoff("BBG004730N88",from=Sys.Date()-5, ap.key = "your_api_key",verbose=TRUE) Error in curl::curl_fetch_memory(url, handle = handle) : Timeout was reached [invest-public-api.tinkoff.ru]: Connection timed out after 10002 milliseconds Calls: getSymbols.Tinkoff ... 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