CRAN Package Check Results for Package yfscreen

Last updated on 2025-05-09 04:52:14 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 1.82 22.00 23.82 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.1 1.59 18.02 19.61 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.1 37.96 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.1 36.21 ERROR
r-devel-windows-x86_64 0.1.1 3.00 49.00 52.00 OK
r-patched-linux-x86_64 0.1.1 1.94 19.77 21.71 ERROR
r-release-linux-x86_64 0.1.1 1.87 19.69 21.56 ERROR
r-release-macos-arm64 0.1.1 18.00 OK
r-release-macos-x86_64 0.1.1 29.00 OK
r-release-windows-x86_64 0.1.1 3.00 51.00 54.00 ERROR
r-oldrel-macos-arm64 0.1.1 26.00 OK
r-oldrel-macos-x86_64 0.1.1 33.00 OK
r-oldrel-windows-x86_64 0.1.1 4.00 52.00 56.00 OK

Check Details

Version: 0.1.1
Check: examples
Result: ERROR Running examples in ‘yfscreen-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: get_data > ### Title: Get Data from the Yahoo Finance API > ### Aliases: get_data > > ### ** Examples > > filters <- list( + list("eq", list("region", "us")), + list("btwn", list("intradaymarketcap", 2000000000, 10000000000)), + list("btwn", list("intradaymarketcap", 10000000000, 100000000000)), + list("gt", list("intradaymarketcap", 100000000000)), + list("gt", list("dayvolume", 5000000)) + ) > > query <- create_query(filters) > > payload <- create_payload("equity", query) > > data <- get_data(payload) Warning: Failed to open 'https://query1.finance.yahoo.com/v1/finance/screener?crumb=Too Many Requests &lang=en-US&region=US&formatted=true&corsDomain=finance.yahoo.com': URL rejected: Malformed input to a URL function Error in open.connection(con, "rb") : cannot open the connection Calls: get_data ... parse_and_simplify -> parseJSON -> parse_con -> open -> open.connection Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.1.1
Check: examples
Result: ERROR Running examples in ‘yfscreen-Ex.R’ failed The error most likely occurred in: > ### Name: get_data > ### Title: Get Data from the Yahoo Finance API > ### Aliases: get_data > > ### ** Examples > > filters <- list( + list("eq", list("region", "us")), + list("btwn", list("intradaymarketcap", 2000000000, 10000000000)), + list("btwn", list("intradaymarketcap", 10000000000, 100000000000)), + list("gt", list("intradaymarketcap", 100000000000)), + list("gt", list("dayvolume", 5000000)) + ) > > query <- create_query(filters) > > payload <- create_payload("equity", query) > > data <- get_data(payload) Warning: Failed to open 'https://query1.finance.yahoo.com/v1/finance/screener?crumb=Too Many Requests &lang=en-US&region=US&formatted=true&corsDomain=finance.yahoo.com': URL rejected: Malformed input to a URL function Error in open.connection(con, "rb") : cannot open the connection Calls: get_data ... parse_and_simplify -> parseJSON -> parse_con -> open -> open.connection Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-windows-x86_64