Last updated on 2025-07-09 00:48:31 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 2.28 | 43.01 | 45.29 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 1.77 | 27.23 | 29.00 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 70.22 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 43.64 | OK | |||
r-devel-windows-x86_64 | 0.1.1 | 4.00 | 103.00 | 107.00 | OK | |
r-patched-linux-x86_64 | 0.1.1 | 2.59 | 40.65 | 43.24 | OK | |
r-release-linux-x86_64 | 0.1.1 | 1.73 | 40.50 | 42.23 | OK | |
r-release-macos-arm64 | 0.1.1 | 86.00 | OK | |||
r-release-macos-x86_64 | 0.1.1 | 101.00 | OK | |||
r-release-windows-x86_64 | 0.1.1 | 4.00 | 275.00 | 279.00 | OK | |
r-oldrel-macos-arm64 | 0.1.1 | 88.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.1 | 111.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.1 | 5.00 | 133.00 | 138.00 | OK |
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in ‘nhlscraper-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: get_games
> ### Title: Get all games
> ### Aliases: get_games
>
> ### ** Examples
>
> all_games <- get_games()
Error: lexical error: invalid char in json text.
<!DOCTYPE html> <!--[if lt IE 7
(right here) ------^
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.1
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘nhlscraper.Rmd’ using rmarkdown
Quitting from nhlscraper.Rmd:82-95 [goalie]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error:
! lexical error: invalid char in json text.
<!DOCTYPE html> <!--[if lt IE 7
(right here) ------^
---
Backtrace:
▆
1. └─nhlscraper::get_goalies(start_season = 20002001, end_season = 20242025)
2. └─nhlscraper:::nhl_api(...)
3. └─jsonlite::fromJSON(json, simplifyVector = TRUE, flatten = TRUE)
4. └─jsonlite:::parse_and_simplify(...)
5. └─jsonlite:::parseJSON(txt, bigint_as_char)
6. └─jsonlite:::parse_string(txt, bigint_as_char)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'nhlscraper.Rmd' failed with diagnostics:
lexical error: invalid char in json text.
<!DOCTYPE html> <!--[if lt IE 7
(right here) ------^
--- failed re-building ‘nhlscraper.Rmd’
SUMMARY: processing the following file failed:
‘nhlscraper.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc