CRAN Package Check Results for Package play

Last updated on 2024-07-12 05:55:36 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.3 9.18 70.58 79.76 OK
r-devel-linux-x86_64-debian-gcc 0.1.3 6.20 52.35 58.55 OK
r-devel-linux-x86_64-fedora-clang 0.1.3 100.26 OK
r-devel-linux-x86_64-fedora-gcc 0.1.3 90.78 OK
r-devel-windows-x86_64 0.1.3 9.00 69.00 78.00 OK
r-patched-linux-x86_64 0.1.3 4.84 65.56 70.40 OK
r-release-linux-x86_64 0.1.3 4.93 67.97 72.90 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 9.00 78.00 87.00 ERROR
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 11.00 78.00 89.00 OK

Check Details

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-release-windows-x86_64