Last updated on 2026-07-15 18:50:44 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.6.0 | 5.64 | 92.19 | 97.83 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.6.0 | 4.86 | 65.38 | 70.24 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.6.0 | 10.00 | 136.74 | 146.74 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.6.0 | 73.22 | NOTE | |||
| r-devel-windows-x86_64 | 1.6.0 | 12.00 | 112.00 | 124.00 | OK | |
| r-patched-linux-x86_64 | 1.6.0 | 7.03 | 84.65 | 91.68 | OK | |
| r-release-linux-x86_64 | 1.6.0 | 4.71 | 84.99 | 89.70 | OK | |
| r-release-macos-arm64 | 1.6.0 | 1.00 | 27.00 | 28.00 | OK | |
| r-release-macos-x86_64 | 1.6.0 | 4.00 | 102.00 | 106.00 | OK | |
| r-release-windows-x86_64 | 1.6.0 | 11.00 | 117.00 | 128.00 | OK | |
| r-oldrel-macos-arm64 | 1.6.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.6.0 | 4.00 | 117.00 | 121.00 | OK | |
| r-oldrel-windows-x86_64 | 1.6.0 | 12.00 | 138.00 | 150.00 | OK |
Version: 1.6.0
Check: R code for possible problems
Result: NOTE
Found calls to structure() using deprecated special names:
REDCapR/tests/testthat/test-column-sanitize.R (.Names: 1)
REDCapR/tests/testthat/test-constant.R (.Label: 4)
REDCapR/tests/testthat/test-create-batch-glossary.R (.Names: 3)
REDCapR/tests/testthat/test-utilities-replace_nas_with_explicit.R (.Label: 3)
REDCapR/tests/testthat/test-variables.R (.Names: 1)
'.Names' should be changed to 'names'.
'.Label' should be changed to 'levels'.
Flavor: r-devel-linux-x86_64-fedora-gcc