Last updated on 2025-04-25 06:49:40 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.3 | 1.47 | 20.38 | 21.85 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.3 | 1.42 | 16.88 | 18.30 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.3 | 37.14 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.3 | 33.06 | OK | |||
r-devel-windows-x86_64 | 0.1.3 | 4.00 | 261.00 | 265.00 | ERROR | |
r-patched-linux-x86_64 | 0.1.3 | 1.68 | 19.79 | 21.47 | OK | |
r-release-linux-x86_64 | 0.1.3 | 1.65 | 19.96 | 21.61 | OK | |
r-release-macos-arm64 | 0.1.3 | 20.00 | OK | |||
r-release-macos-x86_64 | 0.1.3 | 27.00 | OK | |||
r-release-windows-x86_64 | 0.1.3 | 3.00 | 241.00 | 244.00 | ERROR | |
r-oldrel-macos-arm64 | 0.1.3 | 20.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.3 | 25.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.3 | 4.00 | 239.00 | 243.00 | ERROR |
Version: 0.1.3
Check: examples
Result: ERROR
Running examples in 'radous-Ex.R' failed
The error most likely occurred in:
> ### Name: get_data
> ### Title: Query random user data from the Random User Generator API
> ### Aliases: get_data
>
> ### ** Examples
>
>
> get_data(n = 10, seed = "1990")
Error in curl::curl_fetch_memory(url, handle = handle): Timeout was reached [randomuser.me]: SSL/TLS connection timeout
Request failed [ERROR]. Retrying in 1 seconds...
Error in curl::curl_fetch_memory(url, handle = handle): Timeout was reached [randomuser.me]: SSL/TLS connection timeout
Request failed [ERROR]. Retrying in 1.5 seconds...
Error in curl::curl_fetch_memory(url, handle = handle): Timeout was reached [randomuser.me]: SSL/TLS connection timeout
Request failed [ERROR]. Retrying in 4.6 seconds...
Error in curl::curl_fetch_memory(url, handle = handle): Timeout was reached [randomuser.me]: SSL/TLS connection timeout
Request failed [ERROR]. Retrying in 14.5 seconds...
Error in data$status_code : object of type 'closure' is not subsettable
Calls: get_data ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous>
Execution halted
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 0.1.3
Check: tests
Result: ERROR
Running 'testthat.R' [95s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(radous)
>
> test_check("radous")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-test_get_data.R:3:1'): (code run outside of `test_that()`) ─────
<curl_error_operation_timedout/curl_error/error/condition>
Error in `curl::curl_fetch_memory(url, handle = handle)`: Timeout was reached [randomuser.me]: SSL/TLS connection timeout
Backtrace:
▆
1. └─httr::RETRY(...) at test-test_get_data.R:3:1
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.1.3
Check: tests
Result: ERROR
Running 'testthat.R' [94s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(radous)
>
> test_check("radous")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-test_get_data.R:3:1'): (code run outside of `test_that()`) ─────
<curl_error_operation_timedout/curl_error/error/condition>
Error in `curl::curl_fetch_memory(url, handle = handle)`: Timeout was reached [randomuser.me]: SSL/TLS connection timeout
Backtrace:
▆
1. └─httr::RETRY(...) at test-test_get_data.R:3:1
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64
Version: 0.1.3
Check: tests
Result: ERROR
Running 'testthat.R' [99s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(radous)
>
> test_check("radous")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-test_get_data.R:3:1'): (code run outside of `test_that()`) ─────
<curl_error_operation_timedout/curl_error/error/condition>
Error in `curl::curl_fetch_memory(url, handle = handle)`: Timeout was reached [randomuser.me]: SSL/TLS connection timeout
Backtrace:
▆
1. └─httr::RETRY(...) at test-test_get_data.R:3:1
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64