CRAN Package Check Results for Package radous

Last updated on 2025-04-28 00:50:33 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.3 1.75 20.54 22.29 OK
r-devel-linux-x86_64-debian-gcc 0.1.3 1.38 18.29 19.67 ERROR
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 3.00 502.00 505.00 ERROR
r-patched-linux-x86_64 0.1.3 1.59 19.54 21.13 OK
r-release-linux-x86_64 0.1.3 1.63 19.95 21.58 ERROR
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 4.00 408.00 412.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 244.00 248.00 ERROR

Check Details

Version: 0.1.3
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Mohamed El Fodil Ihaddaden <ihaddaden.fodeil@gmail.com>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = c("Mohamed", "El", "Fodil"), family = "Ihaddaden", role = c("aut", "cre"), email = "ihaddaden.fodeil@gmail.com") as necessary. Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.3
Check: examples
Result: NOTE Examples with CPU (user + system) or elapsed time > 5s user system elapsed get_data 1.063 0.175 64.363 Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.3
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/318s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(radous) > > test_check("radous") [ FAIL 1 | WARN 3 | SKIP 0 | PASS 2 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-test_get_data.R:20:3'): testing equal results ──────────────── `final` not equal to get_data(n = 10, seed = "123"). Component "<html>": 2 string mismatches [ FAIL 1 | WARN 3 | SKIP 0 | PASS 2 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.3
Check: tests
Result: ERROR Running 'testthat.R' [370s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(radous) > > test_check("radous") [ FAIL 1 | WARN 1 | SKIP 0 | PASS 2 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-test_get_data.R:20:3'): testing equal results ──────────────── `final` not equal to get_data(n = 10, seed = "123"). names for current but not for target Attributes: < Component "row.names": Numeric: lengths (0, 8) differ > Length mismatch: comparison on first 0 components [ FAIL 1 | WARN 1 | SKIP 0 | PASS 2 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64

Version: 0.1.3
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/296s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(radous) > > test_check("radous") [ FAIL 2 | WARN 2 | SKIP 0 | PASS 1 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-test_get_data.R:20:3'): testing equal results ──────────────── `final` not equal to get_data(n = 10, seed = "123"). Component "<html>": 2 string mismatches ── Failure ('test-test_get_data.R:24:3'): testing equal results ──────────────── ncol(final) not equal to ncol(get_data(n = 10)). 1/1 mismatches [1] 1 - 34 == -33 [ FAIL 2 | WARN 2 | SKIP 0 | PASS 1 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64

Version: 0.1.3
Check: tests
Result: ERROR Running 'testthat.R' [253s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(radous) > > test_check("radous") [ FAIL 1 | WARN 3 | SKIP 0 | PASS 2 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-test_get_data.R:20:3'): testing equal results ──────────────── `final` not equal to get_data(n = 10, seed = "123"). Component "<html>": 2 string mismatches [ FAIL 1 | WARN 3 | SKIP 0 | PASS 2 ] Error: Test failures Execution halted Flavor: r-release-windows-x86_64

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-oldrel-windows-x86_64

Version: 0.1.3
Check: tests
Result: ERROR Running 'testthat.R' [105s] 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