Last updated on 2025-04-04 05:53:24 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.3 | 1.66 | 20.13 | 21.79 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.3 | 1.40 | 16.82 | 18.22 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.3 | 36.06 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.3 | 34.92 | OK | |||
r-devel-macos-arm64 | 0.1.3 | 20.00 | OK | |||
r-devel-macos-x86_64 | 0.1.3 | 27.00 | OK | |||
r-devel-windows-x86_64 | 0.1.3 | 4.00 | 268.00 | 272.00 | ERROR | |
r-patched-linux-x86_64 | 0.1.3 | 1.56 | 19.78 | 21.34 | OK | |
r-release-linux-x86_64 | 0.1.3 | 1.63 | 19.27 | 20.90 | OK | |
r-release-macos-arm64 | 0.1.3 | 20.00 | OK | |||
r-release-macos-x86_64 | 0.1.3 | 25.00 | OK | |||
r-release-windows-x86_64 | 0.1.3 | 3.00 | 41.00 | 44.00 | OK | |
r-oldrel-macos-arm64 | 0.1.3 | OK | ||||
r-oldrel-macos-x86_64 | 0.1.3 | 24.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.3 | 4.00 | 43.00 | 47.00 | OK |
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
Flavor: r-devel-windows-x86_64
Version: 0.1.3
Check: tests
Result: ERROR
Running 'testthat.R' [101s]
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