Last updated on 2025-04-28 22:51:46 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.2 | 6.19 | 72.83 | 79.02 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1.2 | 4.08 | 51.79 | 55.87 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.1.2 | 128.83 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.2 | 129.60 | NOTE | |||
r-devel-windows-x86_64 | 1.1.2 | 6.00 | 91.00 | 97.00 | NOTE | |
r-patched-linux-x86_64 | 1.1.2 | 6.06 | 67.53 | 73.59 | NOTE | |
r-release-linux-x86_64 | 1.1.2 | 5.19 | 67.06 | 72.25 | 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 | 7.00 | 94.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 | 9.00 | 102.00 | 111.00 | OK |
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’ [2s/12s]
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_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: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-devel-linux-x86_64-debian-gcc