Last updated on 2026-05-05 20:51:37 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.2 | 3.74 | 34.84 | 38.58 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.3.2 | 1.90 | 26.00 | 27.90 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.3.2 | 52.81 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.3.2 | 51.94 | OK | |||
| r-devel-windows-x86_64 | 0.3.2 | 5.00 | 119.00 | 124.00 | OK | |
| r-patched-linux-x86_64 | 0.3.2 | 2.34 | 30.33 | 32.67 | OK | |
| r-release-linux-x86_64 | 0.3.2 | 3.62 | 30.36 | 33.98 | OK | |
| r-release-macos-arm64 | 0.3.2 | 1.00 | 131.00 | 132.00 | OK | |
| r-release-macos-x86_64 | 0.3.2 | 3.00 | 131.00 | 134.00 | OK | |
| r-release-windows-x86_64 | 0.3.2 | 6.00 | 129.00 | 135.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.2 | OK | ||||
| r-oldrel-macos-x86_64 | 0.3.2 | 2.00 | 103.00 | 105.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.2 | 7.00 | 139.00 | 146.00 | OK |
Version: 0.3.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/92s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(itscalledsoccer)
>
> test_check("itscalledsoccer")
Gathering players.......✔
Gathering teams.......✔
Gathering stadia...Error in `source_dir()`:
! Failed to evaluate './helper.R'.
Caused by error:
! Unknown http status code: 525
Backtrace:
▆
1. ├─testthat::test_check("itscalledsoccer")
2. │ └─testthat::test_dir(...)
3. │ └─testthat:::test_files(...)
4. │ └─testthat:::test_files_serial(...)
5. │ └─testthat:::test_files_setup_state(...)
6. │ └─testthat::source_test_helpers(".", env)
7. │ └─testthat::source_dir(path, "^helper.*\\.[rR]$", env = env, wrap = FALSE)
8. │ └─base::lapply(...)
9. │ └─testthat (local) FUN(X[[i]], ...)
10. │ └─testthat::source_file(...)
11. │ ├─base::withCallingHandlers(...)
12. │ └─base::eval(exprs, env)
13. │ └─base::eval(exprs, env)
14. │ └─AmericanSoccerAnalysis$new() at ./helper.R:1:1
15. │ └─itscalledsoccer (local) initialize(...)
16. │ └─itscalledsoccer:::.initialize_entities(self, verbose = TRUE)
17. │ └─itscalledsoccer:::.get_entity(self, "stadium", verbose = verbose)
18. │ └─itscalledsoccer:::.execute_query(self, url)
19. │ └─itscalledsoccer:::.single_request(self, url, query, uncached)
20. │ └─itscalledsoccer:::.stop_for_status(r)
21. │ └─httr::stop_for_status(r)
22. │ ├─base::stop(http_condition(x, "error", task = task, call = call))
23. │ └─httr::http_condition(x, "error", task = task, call = call)
24. │ └─httr::http_status(status)
25. │ └─base::stop("Unknown http status code: ", status, call. = FALSE)
26. └─base::.handleSimpleError(...)
27. └─testthat (local) h(simpleError(msg, call))
28. └─cli::cli_abort(...)
29. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc