CRAN Package Check Results for Package nrlR

Last updated on 2025-11-05 00:49:38 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 5.01 62.28 67.29 OK
r-devel-linux-x86_64-debian-gcc 0.1.1 3.24 46.18 49.42 OK
r-devel-linux-x86_64-fedora-clang 0.1.1 22.00 55.04 77.04 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.1 19.00 55.63 74.63 ERROR
r-devel-windows-x86_64 0.1.1 7.00 77.00 84.00 OK
r-patched-linux-x86_64 0.1.1 5.12 56.93 62.05 OK
r-release-linux-x86_64 0.1.1 4.62 55.96 60.58 OK
r-release-macos-arm64 0.1.1 3.00 37.00 40.00 OK
r-release-macos-x86_64 0.1.1 6.00 60.00 66.00 OK
r-release-windows-x86_64 0.1.1 7.00 77.00 84.00 OK
r-oldrel-macos-arm64 0.1.1 3.00 34.00 37.00 OK
r-oldrel-macos-x86_64 0.1.1 6.00 64.00 70.00 OK
r-oldrel-windows-x86_64 0.1.1 9.00 93.00 102.00 OK

Check Details

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