CRAN Package Check Results for Maintainer ‘Rento Saijo <rentosaijo0527 at gmail.com>’

Last updated on 2025-12-07 07:50:42 CET.

Package ERROR WARN OK
nhlscraper 1 1 11

Package nhlscraper

Current CRAN status: ERROR: 1, WARN: 1, OK: 11

Version: 0.4.0
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'knitr', 'rmarkdown' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.4.0
Check: package vignettes
Result: NOTE Package has ‘vignettes’ subdirectory but apparently no vignettes. Perhaps the ‘VignetteBuilder’ information is missing from the DESCRIPTION file? Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.4.0
Check: examples
Result: ERROR Running examples in ‘nhlscraper-Ex.R’ failed The error most likely occurred in: > ### Name: spotlight_players > ### Title: Access the spotlight players > ### Aliases: spotlight_players > > ### ** Examples > > spotlight_players <- spotlight_players() Error in `httr2::req_perform()`: ! HTTP 502 Bad Gateway. Backtrace: ▆ 1. └─nhlscraper::spotlight_players() 2. └─nhlscraper:::nhl_api(path = "v1/player-spotlight", type = "w") 3. └─httr2::req_perform(req) 4. └─httr2:::handle_resp(req, resp, error_call = error_call) 5. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call) 6. ├─rlang::catch_cnd(...) 7. │ ├─rlang::eval_bare(...) 8. │ ├─base::tryCatch(...) 9. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 10. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 11. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 12. │ └─base::force(expr) 13. └─rlang::abort(...) Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc