CRAN Package Check Results for Package tidyREDCap

Last updated on 2026-09-03 02:52:35 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.1.0 5.84 75.50 81.34 OK
r-devel-linux-x86_64-debian-gcc 2.1.0 4.43 55.42 59.85 OK
r-devel-linux-x86_64-fedora-clang 2.1.0 55.12 OK
r-devel-linux-x86_64-fedora-gcc 2.1.0 59.08 OK
r-devel-windows-x86_64 2.1.0 8.00 101.00 109.00 OK
r-patched-linux-x86_64 2.1.0 6.20 70.37 76.57 ERROR
r-release-linux-x86_64 2.1.0 5.91 71.23 77.14 OK
r-release-macos-arm64 2.1.0 1.00 31.00 32.00 OK
r-release-macos-x86_64 2.1.0 4.00 107.00 111.00 OK
r-release-windows-x86_64 2.1.0 8.00 96.00 104.00 OK
r-oldrel-macos-arm64 2.1.0 OK
r-oldrel-macos-x86_64 2.1.0 5.00 149.00 154.00 OK
r-oldrel-windows-x86_64 2.1.0 10.00 116.00 126.00 OK

Check Details

Version: 2.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/22s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(tidyREDCap) > > test_check("tidyREDCap") Looking for your project.... Saving _problems/test-import_instruments-87.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 45 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-import_instruments.R:84:1'): (code run outside of `test_that()`) ── <curl_error_recv_error/curl_error/error/condition> Error in `curl::curl_fetch_memory(url, handle = handle)`: Failure when receiving data from the peer [redcap-dev-2.ouhsc.edu]: Recv failure: Connection reset by peer Backtrace: ▆ 1. ├─tidyREDCap::import_instruments(...) at test-import_instruments.R:84:1 2. │ ├─base::suppressWarnings(...) 3. │ │ └─base::withCallingHandlers(...) 4. │ ├─base::suppressMessages(check_project_exists(url, token)) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─tidyREDCap::check_project_exists(url, token) 7. │ └─REDCapR::redcap_project_info_read(...) 8. │ └─REDCapR::kernel_api(...) 9. │ └─httr::POST(...) 10. │ └─httr:::request_perform(req, hu$handle$handle) 11. │ ├─httr:::request_fetch(req$output, req$url, handle) 12. │ └─httr:::request_fetch.write_memory(req$output, req$url, handle) 13. │ └─curl::curl_fetch_memory(url, handle = handle) 14. └─curl:::raise_libcurl_error(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 45 ] Error: ! Test failures. Execution halted Flavor: r-patched-linux-x86_64