CRAN Package Check Results for Package crul

Last updated on 2023-06-11 01:01:11 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4.0 11.43 57.10 68.53 OK
r-devel-linux-x86_64-debian-gcc 1.4.0 7.98 43.70 51.68 OK
r-devel-linux-x86_64-fedora-clang 1.4.0 86.65 OK
r-devel-linux-x86_64-fedora-gcc 1.4.0 92.41 ERROR
r-devel-windows-x86_64 1.4.0 9.00 104.00 113.00 OK
r-patched-linux-x86_64 1.4.0 11.01 54.33 65.34 OK
r-release-linux-x86_64 1.4.0 9.06 54.91 63.97 OK
r-release-macos-arm64 1.4.0 44.00 OK
r-release-macos-x86_64 1.3 108.00 OK
r-release-windows-x86_64 1.4.0 13.00 97.00 110.00 ERROR
r-oldrel-macos-arm64 1.4.0 42.00 OK
r-oldrel-macos-x86_64 1.4.0 63.00 OK
r-oldrel-windows-x86_64 1.4.0 12.00 90.00 102.00 OK

Check Details

Version: 1.4.0
Check: tests
Result: ERROR
     Running ‘test-all.R’ [2s/16s]
    Running the tests in ‘tests/test-all.R’ failed.
    Complete output:
     > library("testthat")
     > test_check("crul")
     Loading required package: crul
     https://httpbin.org is down Timeout was reached: [httpbin.org] Operation timed out after 10001 milliseconds with 0 bytes received
     Error in `source_file()`:
     ! In path: "/data/gannet/ripley/R/packages/tests-devel/crul.Rcheck/tests/testthat/helper-crul.R"
     Caused by error in `vapply()`:
     ! values must be length 1,
     but FUN(X[[3]]) result is length 0
     Backtrace:
     ▆
     1. ├─testthat::test_check("crul")
     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. │ └─base::vapply(out, "[[", 1, "status_code") at tests/testthat/helper-crul.R:21:0
     15. └─base::.handleSimpleError(...)
     16. └─testthat (local) h(simpleError(msg, call))
     17. └─rlang::abort(...)
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.4.0
Check: tests
Result: ERROR
     Running 'test-all.R' [17s]
    Running the tests in 'tests/test-all.R' failed.
    Complete output:
     > library("testthat")
     > test_check("crul")
     Loading required package: crul
     https://httpbin.org is down Timeout was reached: [httpbin.org] Operation timed out after 10014 milliseconds with 0 bytes received
     Error in `source_file()`:
     ! In path: "D:\\RCompile\\CRANpkg\\local\\4.3\\crul.Rcheck\\tests\\testthat\\helper-crul.R"
     Caused by error in `vapply()`:
     ! values must be length 1,
     but FUN(X[[3]]) result is length 0
     Backtrace:
     ▆
     1. ├─testthat::test_check("crul")
     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. │ └─base::vapply(out, "[[", 1, "status_code") at D:\RCompile\CRANpkg\local\4.3\crul.Rcheck\tests\testthat\helper-crul.R:21:0
     15. └─base::.handleSimpleError(...)
     16. └─testthat (local) h(simpleError(msg, call))
     17. └─rlang::abort(...)
     Execution halted
Flavor: r-release-windows-x86_64