Last updated on 2025-04-30 04:50:16 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.1 | 2.32 | 51.84 | 54.16 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.3.1 | 1.74 | 39.45 | 41.19 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.3.1 | 86.23 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 96.28 | OK | |||
r-devel-windows-x86_64 | 0.3.1 | 4.00 | 79.00 | 83.00 | OK | |
r-patched-linux-x86_64 | 0.3.1 | 2.55 | 51.26 | 53.81 | OK | |
r-release-linux-x86_64 | 0.3.1 | 2.15 | 49.98 | 52.13 | OK | |
r-release-macos-arm64 | 0.3.1 | 49.00 | OK | |||
r-release-macos-x86_64 | 0.3.1 | 70.00 | OK | |||
r-release-windows-x86_64 | 0.3.1 | 4.00 | 83.00 | 87.00 | OK | |
r-oldrel-macos-arm64 | 0.3.1 | 48.00 | OK | |||
r-oldrel-macos-x86_64 | 0.3.1 | 96.00 | OK | |||
r-oldrel-windows-x86_64 | 0.3.1 | 4.00 | 91.00 | 95.00 | OK |
Version: 0.3.1
Check: tests
Result: ERROR
Running ‘test-as.data.frame.R’ [1s/1s]
Running ‘test-build_r_pkg.R’ [4s/6s]
Running ‘test-export.R’ [0s/10s]
Running ‘test-format_record.R’ [1s/1s]
Running ‘test-keyring.R’ [0s/1s]
Running the tests in ‘tests/test-export.R’ failed.
Complete output:
> library(REDCapExporter)
>
> # Tests rely on publicly available REDCap and tokens published
> # https://github.com/redcap-tools/redcap-test-datasets/tree/master
>
> # project_name token server_url pid server read_only operational notes
> # archer 9A81268476645C4E5F03428B8AC3AA7B https://bbmc.ouhsc.edu/redcap/api/ 153 oklahoma-bbmc TRUE TRUE simple structure; read-only
> # archer D70F9ACD1EDD6F151C6EA78683944E98 https://bbmc.ouhsc.edu/redcap/api/ 213 oklahoma-bbmc FALSE TRUE simple structure; read & write
> # archer 0434F0E9CF53ED0587847AB6E51DE762 https://bbmc.ouhsc.edu/redcap/api/ 212 oklahoma-bbmc TRUE TRUE longitudinal structure; read-only
> # archer D72C6485B52FE9F75D27B696977FBA43 https://bbmc.ouhsc.edu/redcap/api/ 268 oklahoma-bbmc TRUE TRUE Russian characters; read-only
>
> archer01_csv <- export_core(uri = 'https://bbmc.ouhsc.edu/redcap/api/', token = '9A81268476645C4E5F03428B8AC3AA7B')
Getting Project Info
Error in curl::curl_fetch_memory(uri, handle = h) :
Timeout was reached [bbmc.ouhsc.edu]: Connection timed out after 10001 milliseconds
Calls: export_core ... export_content -> <Anonymous> -> raise_libcurl_error
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang