Last updated on 2024-12-26 03:49:59 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.3 | 6.61 | 54.19 | 60.80 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.3 | 4.74 | 39.40 | 44.14 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.3 | 101.92 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.3 | 93.35 | OK | |||
r-devel-windows-x86_64 | 0.1.3 | 8.00 | 71.00 | 79.00 | OK | |
r-patched-linux-x86_64 | 0.1.3 | 5.88 | 52.51 | 58.39 | OK | |
r-release-linux-x86_64 | 0.1.3 | 5.86 | 51.28 | 57.14 | OK | |
r-release-macos-arm64 | 0.1.3 | 30.00 | OK | |||
r-release-macos-x86_64 | 0.1.3 | 46.00 | OK | |||
r-release-windows-x86_64 | 0.1.3 | 7.00 | 70.00 | 77.00 | OK | |
r-oldrel-macos-arm64 | 0.1.3 | 32.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.3 | 52.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.3 | 10.00 | 86.00 | 96.00 | ERROR |
Version: 0.1.3
Check: examples
Result: ERROR
Running examples in 'play-Ex.R' failed
The error most likely occurred in:
> ### Name: plot_season_form
> ### Title: Plot Season Form
> ### Aliases: plot_season_form
>
> ### ** Examples
>
> plot_season_form("EPL", 2022)
Error in `dplyr::filter()`:
ℹ In argument: `.data[["isResult"]]`.
Caused by error in `.data[["isResult"]]`:
! Column `isResult` not found in `.data`.
Backtrace:
▆
1. ├─play::plot_season_form("EPL", 2022)
2. │ └─worldfootballR::understat_league_match_results(...)
3. │ └─... %>% dplyr::filter(.data[["isResult"]])
4. ├─dplyr::filter(., .data[["isResult"]])
5. ├─dplyr:::filter.data.frame(., .data[["isResult"]])
6. │ └─dplyr:::filter_rows(.data, dots, by)
7. │ └─dplyr:::filter_eval(...)
8. │ ├─base::withCallingHandlers(...)
9. │ └─mask$eval_all_filter(dots, env_filter)
10. │ └─dplyr (local) eval()
11. ├─isResult
12. ├─rlang:::`[[.rlang_data_pronoun`(.data, "isResult")
13. │ └─rlang:::data_pronoun_get(...)
14. └─rlang:::abort_data_pronoun(x, call = y)
15. └─rlang::abort(msg, "rlang_error_data_pronoun_not_found", call = call)
Execution halted
Flavor: r-oldrel-windows-x86_64