CRAN Package Check Results for Package tidyREDCap

Last updated on 2026-02-02 03:50:23 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.3 4.97 76.31 81.28 OK
r-devel-linux-x86_64-debian-gcc 1.1.3 3.90 53.94 57.84 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.3 10.00 119.74 129.74 OK
r-devel-linux-x86_64-fedora-gcc 1.1.3 10.00 132.83 142.83 OK
r-devel-windows-x86_64 1.1.3 8.00 92.00 100.00 OK
r-patched-linux-x86_64 1.1.3 4.33 66.98 71.31 OK
r-release-linux-x86_64 1.1.3 4.75 68.42 73.17 OK
r-release-macos-arm64 1.1.3 2.00 28.00 30.00 OK
r-release-macos-x86_64 1.1.3 4.00 96.00 100.00 OK
r-release-windows-x86_64 1.1.3 7.00 91.00 98.00 OK
r-oldrel-macos-arm64 1.1.3 1.00 32.00 33.00 OK
r-oldrel-macos-x86_64 1.1.3 4.00 97.00 101.00 OK
r-oldrel-windows-x86_64 1.1.3 12.00 111.00 123.00 OK

Check Details

Version: 1.1.3
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/12s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(tidyREDCap) > > test_check("tidyREDCap") Reading metadata about your project.... Saving _problems/test-import_instruments-87.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 13 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-import_instruments.R:84: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 [bbmc.ouhsc.edu]: Connection timed out after 10002 milliseconds Backtrace: ▆ 1. ├─tidyREDCap::import_instruments(...) at test-import_instruments.R:84:1 2. │ ├─base::suppressWarnings(...) 3. │ │ └─base::withCallingHandlers(...) 4. │ ├─base::suppressMessages(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─REDCapR::redcap_metadata_read(redcap_uri = url, token = token) 7. │ └─REDCapR:::kernel_api(...) 8. │ └─httr::POST(...) 9. │ └─httr:::request_perform(req, hu$handle$handle) 10. │ ├─httr:::request_fetch(req$output, req$url, handle) 11. │ └─httr:::request_fetch.write_memory(req$output, req$url, handle) 12. │ └─curl::curl_fetch_memory(url, handle = handle) 13. └─curl:::raise_libcurl_error(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 13 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc