Last updated on 2025-10-02 09:49:47 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.2 | 5.82 | 74.22 | 80.04 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1.2 | 4.58 | 54.96 | 59.54 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1.2 | 122.08 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.2 | 139.46 | NOTE | |||
r-devel-windows-x86_64 | 1.1.2 | 7.00 | 92.00 | 99.00 | NOTE | |
r-patched-linux-x86_64 | 1.1.2 | 5.08 | 68.45 | 73.53 | NOTE | |
r-release-linux-x86_64 | 1.1.2 | 5.68 | 67.85 | 73.53 | NOTE | |
r-release-macos-arm64 | 1.1.2 | 57.00 | NOTE | |||
r-release-macos-x86_64 | 1.1.2 | 83.00 | NOTE | |||
r-release-windows-x86_64 | 1.1.2 | 8.00 | 93.00 | 101.00 | NOTE | |
r-oldrel-macos-arm64 | 1.1.2 | 56.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.2 | 83.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1.2 | 10.00 | 405.00 | 415.00 | ERROR |
Version: 1.1.2
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘import_instruments.R’ ‘make_choose_all_table.R’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Version: 1.1.2
Check: tests
Result: ERROR
Running 'testthat.R' [303s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(tidyREDCap)
>
> test_check("tidyREDCap")
Reading metadata about your project....
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 13 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-import_instruments.R:77: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 [bbmc.ouhsc.edu]:
Recv failure: Connection was reset
Backtrace:
▆
1. ├─tidyREDCap::import_instruments(...) at test-import_instruments.R:77: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-oldrel-windows-x86_64