Last updated on 2025-12-01 00:50:18 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.0 | 2.78 | 51.51 | 54.29 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.0 | 1.99 | 38.82 | 40.81 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.0 | 79.39 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.4.0 | 26.00 | 120.33 | 146.33 | ERROR | |
| r-devel-windows-x86_64 | 0.2.0 | 7.00 | 111.00 | 118.00 | OK | |
| r-patched-linux-x86_64 | 0.2.0 | 3.17 | 46.63 | 49.80 | 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.2.0 | 6.00 | 115.00 | 121.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.2.0 | 7.00 | 126.00 | 133.00 | OK |
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