CRAN Package Check Results for Maintainer ‘Daniel Tomaro <danieltomaro at icloud.com>’

Last updated on 2025-11-06 05:50:31 CET.

Package ERROR OK
nrlR 4 9

Package nrlR

Current CRAN status: ERROR: 4, OK: 9

Version: 0.1.1
Check: examples
Result: ERROR Running examples in ‘nrlR-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: fetch_lineups > ### Title: Fetch NRL Team Lineups > ### Aliases: fetch_lineups > > ### ** Examples > > fetch_lineups(url = "https://www.nrl.com/news/2024/05/07/nrl-team-lists-round-10/") Fetching team lineups from https://www.nrl.com/news/2024/05/07/nrl-team-lists-round-10/ Error in `stringr::str_replace()`: ! `pattern` can not contain NAs. Backtrace: ▆ 1. └─nrlR::fetch_lineups(url = "https://www.nrl.com/news/2024/05/07/nrl-team-lists-round-10/") 2. ├─stringr::str_squish(...) 3. │ └─stringr:::copy_names(...) 4. ├─stringr::str_replace(...) 5. │ └─stringr:::check_lengths(string, pattern, replacement) 6. │ └─vctrs::vec_size_common(...) 7. └─stringr::str_replace(rvest::html_text2(home_node), home_role_full, "") 8. ├─stringr:::type(pattern) 9. └─stringr:::type.character(pattern) 10. └─cli::cli_abort(tr_("{.arg pattern} can not contain NAs."), call = error_call) 11. └─rlang::abort(...) Execution halted Flavors: r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64

Version: 0.1.1
Check: examples
Result: ERROR Running examples in ‘nrlR-Ex.R’ failed The error most likely occurred in: > ### Name: fetch_lineups > ### Title: Fetch NRL Team Lineups > ### Aliases: fetch_lineups > > ### ** Examples > > fetch_lineups(url = "https://www.nrl.com/news/2024/05/07/nrl-team-lists-round-10/") Fetching team lineups from https://www.nrl.com/news/2024/05/07/nrl-team-lists-round-10/ Error in `stringr::str_replace()`: ! `pattern` can not contain NAs. Backtrace: ▆ 1. └─nrlR::fetch_lineups(url = "https://www.nrl.com/news/2024/05/07/nrl-team-lists-round-10/") 2. ├─stringr::str_squish(...) 3. │ └─stringr:::copy_names(...) 4. ├─stringr::str_replace(...) 5. │ └─stringr:::check_lengths(string, pattern, replacement) 6. │ └─vctrs::vec_size_common(...) 7. └─stringr::str_replace(rvest::html_text2(home_node), home_role_full, "") 8. ├─stringr:::type(pattern) 9. └─stringr:::type.character(pattern) 10. └─cli::cli_abort(tr_("{.arg pattern} can not contain NAs."), call = error_call) 11. └─rlang::abort(...) Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc