CRAN Package Check Results for Package eodhd

Last updated on 2024-06-06 05:57:46 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.4 2.44 26.34 28.78 OK
r-devel-linux-x86_64-debian-gcc 1.0.4 1.90 19.91 21.81 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.4 36.45 OK
r-devel-linux-x86_64-fedora-gcc 1.0.4 33.45 OK
r-devel-windows-x86_64 1.0.4 4.00 56.00 60.00 OK
r-patched-linux-x86_64 1.0.4 2.06 24.57 26.63 OK
r-release-linux-x86_64 1.0.4 2.64 25.49 28.13 OK
r-release-macos-arm64 1.0.4 29.00 OK
r-release-macos-x86_64 1.0.4 39.00 OK
r-release-windows-x86_64 1.0.4 4.00 61.00 65.00 OK
r-oldrel-macos-arm64 1.0.4 36.00 OK
r-oldrel-macos-x86_64 1.0.4 39.00 OK
r-oldrel-windows-x86_64 1.0.4 4.00 58.00 62.00 OK

Check Details

Version: 1.0.4
Check: examples
Result: ERROR Running examples in ‘eodhd-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: get_stock_market_tick_data > ### Title: Get stock market tick data > ### Aliases: get_stock_market_tick_data > > ### ** Examples > > api_token <- "demo" > from_timestamp <- "1694354400" > to_timestamp <- "1694455200" > symbol <- "AAPL" > limit <- 1 > result <- get_stock_market_tick_data(api_token, symbol, from_timestamp, to_timestamp, limit) Error: Please install xml2 package Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed financial_news 0.12 0.011 11.283 Flavor: r-devel-linux-x86_64-debian-gcc