Last updated on 2025-04-18 11:49:18 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.1 | 2.79 | 27.57 | 30.36 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.3.1 | 2.78 | 21.12 | 23.90 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.3.1 | 52.17 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 50.32 | OK | |||
r-devel-windows-x86_64 | 0.3.1 | 6.00 | 79.00 | 85.00 | ERROR | |
r-patched-linux-x86_64 | 0.3.1 | 3.94 | 26.93 | 30.87 | ERROR | |
r-release-linux-x86_64 | 0.3.1 | 3.64 | 26.81 | 30.45 | ERROR | |
r-release-macos-arm64 | 0.3.1 | 96.00 | OK | |||
r-release-macos-x86_64 | 0.3.1 | 82.00 | OK | |||
r-release-windows-x86_64 | 0.3.1 | 5.00 | 80.00 | 85.00 | ERROR | |
r-oldrel-macos-arm64 | 0.3.1 | 101.00 | OK | |||
r-oldrel-macos-x86_64 | 0.3.1 | 88.00 | OK | |||
r-oldrel-windows-x86_64 | 0.3.1 | 6.00 | 89.00 | 95.00 | ERROR |
Version: 0.3.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/34s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(itscalledsoccer)
>
> test_check("itscalledsoccer")
Gathering playersError in `FUN()`:
! In path: "/home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/itscalledsoccer.Rcheck/tests/testthat/helper.R"
Caused by error in `while (nrow(tmp_response) == self$MAX_API_LIMIT) {
query$offset <- offset
tmp_response <- .single_request(self, url, query, uncached)
tmp_response <- .cast_lists_to_vectors(tmp_response)
addtl_responses <- append(addtl_responses, list(tmp_response))
offset <- offset + self$MAX_API_LIMIT
}`:
! argument is of length zero
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(path, env = env, chdir = chdir, wrap = wrap)
11. │ ├─base::withCallingHandlers(...)
12. │ └─base::eval(exprs, env)
13. │ └─base::eval(exprs, env)
14. │ └─AmericanSoccerAnalysis$new() at tests/testthat/helper.R:1:1
15. │ └─itscalledsoccer (local) initialize(...)
16. │ └─itscalledsoccer:::.initialize_entities(self, verbose = TRUE)
17. │ └─itscalledsoccer:::.get_entity(self, "player", verbose = verbose)
18. │ └─itscalledsoccer:::.execute_query(self, url)
19. └─base::.handleSimpleError(...)
20. └─testthat (local) h(simpleError(msg, call))
21. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.3.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/32s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(itscalledsoccer)
>
> test_check("itscalledsoccer")
Gathering playersError in `FUN()`:
! In path: "/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/itscalledsoccer.Rcheck/tests/testthat/helper.R"
Caused by error in `while (nrow(tmp_response) == self$MAX_API_LIMIT) {
query$offset <- offset
tmp_response <- .single_request(self, url, query, uncached)
tmp_response <- .cast_lists_to_vectors(tmp_response)
addtl_responses <- append(addtl_responses, list(tmp_response))
offset <- offset + self$MAX_API_LIMIT
}`:
! argument is of length zero
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(path, env = env, chdir = chdir, wrap = wrap)
11. │ ├─base::withCallingHandlers(...)
12. │ └─base::eval(exprs, env)
13. │ └─base::eval(exprs, env)
14. │ └─AmericanSoccerAnalysis$new() at tests/testthat/helper.R:1:1
15. │ └─itscalledsoccer (local) initialize(...)
16. │ └─itscalledsoccer:::.initialize_entities(self, verbose = TRUE)
17. │ └─itscalledsoccer:::.get_entity(self, "player", verbose = verbose)
18. │ └─itscalledsoccer:::.execute_query(self, url)
19. └─base::.handleSimpleError(...)
20. └─testthat (local) h(simpleError(msg, call))
21. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.1
Check: tests
Result: ERROR
Running 'testthat.R' [32s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(itscalledsoccer)
>
> test_check("itscalledsoccer")
Gathering playersError in `FUN()`:
! In path: "D:\\RCompile\\CRANpkg\\local\\4.6\\itscalledsoccer.Rcheck\\tests\\testthat\\helper.R"
Caused by error in `while (nrow(tmp_response) == self$MAX_API_LIMIT) {
query$offset <- offset
tmp_response <- .single_request(self, url, query, uncached)
tmp_response <- .cast_lists_to_vectors(tmp_response)
addtl_responses <- append(addtl_responses, list(tmp_response))
offset <- offset + self$MAX_API_LIMIT
}`:
! argument is of length zero
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(path, env = env, chdir = chdir, wrap = wrap)
11. │ ├─base::withCallingHandlers(...)
12. │ └─base::eval(exprs, env)
13. │ └─base::eval(exprs, env)
14. │ └─AmericanSoccerAnalysis$new() at D:\RCompile\CRANpkg\local\4.6\itscalledsoccer.Rcheck\tests\testthat\helper.R:1:1
15. │ └─itscalledsoccer (local) initialize(...)
16. │ └─itscalledsoccer:::.initialize_entities(self, verbose = TRUE)
17. │ └─itscalledsoccer:::.get_entity(self, "player", verbose = verbose)
18. │ └─itscalledsoccer:::.execute_query(self, url)
19. └─base::.handleSimpleError(...)
20. └─testthat (local) h(simpleError(msg, call))
21. └─rlang::abort(...)
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.3.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/33s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(itscalledsoccer)
>
> test_check("itscalledsoccer")
Gathering playersError in `FUN()`:
! In path: "/home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/itscalledsoccer.Rcheck/tests/testthat/helper.R"
Caused by error in `while (nrow(tmp_response) == self$MAX_API_LIMIT) {
query$offset <- offset
tmp_response <- .single_request(self, url, query, uncached)
tmp_response <- .cast_lists_to_vectors(tmp_response)
addtl_responses <- append(addtl_responses, list(tmp_response))
offset <- offset + self$MAX_API_LIMIT
}`:
! argument is of length zero
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(path, env = env, chdir = chdir, wrap = wrap)
11. │ ├─base::withCallingHandlers(...)
12. │ └─base::eval(exprs, env)
13. │ └─base::eval(exprs, env)
14. │ └─AmericanSoccerAnalysis$new() at tests/testthat/helper.R:1:1
15. │ └─itscalledsoccer (local) initialize(...)
16. │ └─itscalledsoccer:::.initialize_entities(self, verbose = TRUE)
17. │ └─itscalledsoccer:::.get_entity(self, "player", verbose = verbose)
18. │ └─itscalledsoccer:::.execute_query(self, url)
19. └─base::.handleSimpleError(...)
20. └─testthat (local) h(simpleError(msg, call))
21. └─rlang::abort(...)
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.3.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/33s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(itscalledsoccer)
>
> test_check("itscalledsoccer")
Gathering playersError in `FUN()`:
! In path: "/home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/itscalledsoccer.Rcheck/tests/testthat/helper.R"
Caused by error in `while (nrow(tmp_response) == self$MAX_API_LIMIT) {
query$offset <- offset
tmp_response <- .single_request(self, url, query, uncached)
tmp_response <- .cast_lists_to_vectors(tmp_response)
addtl_responses <- append(addtl_responses, list(tmp_response))
offset <- offset + self$MAX_API_LIMIT
}`:
! argument is of length zero
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(path, env = env, chdir = chdir, wrap = wrap)
11. │ ├─base::withCallingHandlers(...)
12. │ └─base::eval(exprs, env)
13. │ └─base::eval(exprs, env)
14. │ └─AmericanSoccerAnalysis$new() at tests/testthat/helper.R:1:1
15. │ └─itscalledsoccer (local) initialize(...)
16. │ └─itscalledsoccer:::.initialize_entities(self, verbose = TRUE)
17. │ └─itscalledsoccer:::.get_entity(self, "player", verbose = verbose)
18. │ └─itscalledsoccer:::.execute_query(self, url)
19. └─base::.handleSimpleError(...)
20. └─testthat (local) h(simpleError(msg, call))
21. └─rlang::abort(...)
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.3.1
Check: tests
Result: ERROR
Running 'testthat.R' [33s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(itscalledsoccer)
>
> test_check("itscalledsoccer")
Gathering playersError in `FUN()`:
! In path: "D:\\RCompile\\CRANpkg\\local\\4.5\\itscalledsoccer.Rcheck\\tests\\testthat\\helper.R"
Caused by error in `while (nrow(tmp_response) == self$MAX_API_LIMIT) {
query$offset <- offset
tmp_response <- .single_request(self, url, query, uncached)
tmp_response <- .cast_lists_to_vectors(tmp_response)
addtl_responses <- append(addtl_responses, list(tmp_response))
offset <- offset + self$MAX_API_LIMIT
}`:
! argument is of length zero
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(path, env = env, chdir = chdir, wrap = wrap)
11. │ ├─base::withCallingHandlers(...)
12. │ └─base::eval(exprs, env)
13. │ └─base::eval(exprs, env)
14. │ └─AmericanSoccerAnalysis$new() at D:\RCompile\CRANpkg\local\4.5\itscalledsoccer.Rcheck\tests\testthat\helper.R:1:1
15. │ └─itscalledsoccer (local) initialize(...)
16. │ └─itscalledsoccer:::.initialize_entities(self, verbose = TRUE)
17. │ └─itscalledsoccer:::.get_entity(self, "player", verbose = verbose)
18. │ └─itscalledsoccer:::.execute_query(self, url)
19. └─base::.handleSimpleError(...)
20. └─testthat (local) h(simpleError(msg, call))
21. └─rlang::abort(...)
Execution halted
Flavor: r-release-windows-x86_64
Version: 0.3.1
Check: tests
Result: ERROR
Running 'testthat.R' [39s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(itscalledsoccer)
>
> test_check("itscalledsoccer")
Gathering playersError in `FUN()`:
! In path: "D:\\RCompile\\CRANpkg\\local\\4.4\\itscalledsoccer.Rcheck\\tests\\testthat\\helper.R"
Caused by error in `while (nrow(tmp_response) == self$MAX_API_LIMIT) {
query$offset <- offset
tmp_response <- .single_request(self, url, query, uncached)
tmp_response <- .cast_lists_to_vectors(tmp_response)
addtl_responses <- append(addtl_responses, list(tmp_response))
offset <- offset + self$MAX_API_LIMIT
}`:
! argument is of length zero
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(path, env = env, chdir = chdir, wrap = wrap)
11. │ ├─base::withCallingHandlers(...)
12. │ └─base::eval(exprs, env)
13. │ └─base::eval(exprs, env)
14. │ └─AmericanSoccerAnalysis$new() at D:\RCompile\CRANpkg\local\4.4\itscalledsoccer.Rcheck\tests\testthat\helper.R:1:1
15. │ └─itscalledsoccer (local) initialize(...)
16. │ └─itscalledsoccer:::.initialize_entities(self, verbose = TRUE)
17. │ └─itscalledsoccer:::.get_entity(self, "player", verbose = verbose)
18. │ └─itscalledsoccer:::.execute_query(self, url)
19. └─base::.handleSimpleError(...)
20. └─testthat (local) h(simpleError(msg, call))
21. └─rlang::abort(...)
Execution halted
Flavor: r-oldrel-windows-x86_64