Last updated on 2024-12-28 05:50:22 CET.
Package | ERROR | OK |
---|---|---|
play | 1 | 12 |
uxr | 13 |
Current CRAN status: ERROR: 1, OK: 12
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
Current CRAN status: OK: 13