Last updated on 2025-05-09 01:50:37 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
roll | 5 | 8 | |
yfscreen | 7 | 6 |
Current CRAN status: NOTE: 5, OK: 8
Version: 1.1.7
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Jason Foster <jason.j.foster@gmail.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Jason",
family = "Foster",
role = c("aut", "cre"),
email = "jason.j.foster@gmail.com")
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.1.7
Check: installed package size
Result: NOTE
installed size is 6.0Mb
sub-directories of 1Mb or more:
libs 5.5Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 1.1.7
Check: for GNU extensions in Makefiles
Result: NOTE
GNU make is a SystemRequirements.
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: ERROR: 7, OK: 6
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®ion=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®ion=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