Last updated on 2026-03-20 09:49:55 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.2 | 3.07 | 34.43 | 37.50 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.3.2 | 2.56 | 25.88 | 28.44 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.3.2 | 52.93 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.3.2 | 49.80 | OK | |||
| r-devel-macos-arm64 | 0.3.2 | 1.00 | 110.00 | 111.00 | OK | |
| r-devel-windows-x86_64 | 0.3.2 | 5.00 | 100.00 | 105.00 | ERROR | |
| r-patched-linux-x86_64 | 0.3.2 | 4.20 | 28.74 | 32.94 | OK | |
| r-release-linux-x86_64 | 0.3.2 | 3.72 | 28.92 | 32.64 | OK | |
| r-release-macos-arm64 | 0.3.2 | OK | ||||
| r-release-macos-x86_64 | 0.3.2 | 2.00 | 103.00 | 105.00 | OK | |
| r-release-windows-x86_64 | 0.3.2 | 5.00 | 117.00 | 122.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.2 | OK | ||||
| r-oldrel-macos-x86_64 | 0.3.2 | 3.00 | 85.00 | 88.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.2 | 6.00 | 128.00 | 134.00 | OK |
Version: 0.3.2
Check: tests
Result: ERROR
Running 'testthat.R' [55s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(itscalledsoccer)
>
> test_check("itscalledsoccer")
Error in `source_dir()`:
! Failed to evaluate './helper.R'.
Caused by error:
! Unknown http status code: 522
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:::.get_latest_update_timestamp(self)
17. │ └─itscalledsoccer:::.execute_query(self, url, uncached = )
18. │ └─itscalledsoccer:::.single_request(self, url, query, uncached)
19. │ └─itscalledsoccer:::.stop_for_status(r)
20. │ └─httr::stop_for_status(r)
21. │ ├─base::stop(http_condition(x, "error", task = task, call = call))
22. │ └─httr::http_condition(x, "error", task = task, call = call)
23. │ └─httr::http_status(status)
24. │ └─base::stop("Unknown http status code: ", status, call. = FALSE)
25. └─base::.handleSimpleError(...)
26. └─testthat (local) h(simpleError(msg, call))
27. └─cli::cli_abort(...)
28. └─rlang::abort(...)
Execution halted
Flavor: r-devel-windows-x86_64