CRAN Package Check Results for Package yfscreen

Last updated on 2025-05-15 11:50:20 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 1.89 21.70 23.59 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.1 1.55 18.32 19.87 OK
r-devel-linux-x86_64-fedora-clang 0.1.1 34.83 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.86 20.12 21.98 OK
r-release-linux-x86_64 0.1.1 1.44 19.97 21.41 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 50.00 53.00 OK
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-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

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.