Last updated on 2025-12-06 21:49:50 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.0 | 6.45 | 82.74 | 89.19 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.4.0 | 4.18 | 52.48 | 56.66 | WARN | |
| r-devel-linux-x86_64-fedora-clang | 0.4.0 | 14.00 | 117.00 | 131.00 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.4.0 | 26.00 | 120.33 | 146.33 | ERROR | |
| r-devel-windows-x86_64 | 0.4.0 | 10.00 | 187.00 | 197.00 | OK | |
| r-patched-linux-x86_64 | 0.4.0 | 8.55 | 70.27 | 78.82 | OK | |
| r-release-linux-x86_64 | 0.2.0 | 2.32 | 46.08 | 48.40 | OK | |
| r-release-macos-arm64 | 0.4.0 | 2.00 | 85.00 | 87.00 | OK | |
| r-release-macos-x86_64 | 0.4.0 | 6.00 | 151.00 | 157.00 | OK | |
| r-release-windows-x86_64 | 0.4.0 | 11.00 | 184.00 | 195.00 | OK | |
| r-oldrel-macos-arm64 | 0.4.0 | 2.00 | 89.00 | 91.00 | OK | |
| r-oldrel-macos-x86_64 | 0.4.0 | 6.00 | 164.00 | 170.00 | OK | |
| r-oldrel-windows-x86_64 | 0.4.0 | 12.00 | 205.00 | 217.00 | OK |
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