Last updated on 2026-03-31 22:52:30 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.1 | 107.43 | 32.43 | 139.86 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.1.1 | 90.53 | 24.21 | 114.74 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.1.1 | 177.00 | 46.29 | 223.29 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 173.00 | 43.75 | 216.75 | NOTE | |
| r-devel-macos-arm64 | 0.1.1 | 25.00 | 2.00 | 27.00 | OK | |
| r-devel-windows-x86_64 | 0.1.1 | 149.00 | 69.00 | 218.00 | NOTE | |
| r-patched-linux-x86_64 | 0.1.1 | 111.87 | 27.06 | 138.93 | OK | |
| r-release-linux-x86_64 | 0.1.1 | 110.38 | 26.30 | 136.68 | OK | |
| r-release-macos-arm64 | 0.1.1 | OK | ||||
| r-release-macos-x86_64 | 0.1.1 | 82.00 | 26.00 | 108.00 | OK | |
| r-release-windows-x86_64 | 0.1.1 | 122.00 | 71.00 | 193.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.1 | 78.00 | 33.00 | 111.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.1 | 148.00 | 86.00 | 234.00 | OK |
Version: 0.1.1
Check: compiled code
Result: NOTE
File ‘socratadata/libs/socratadata.so’:
Found non-API calls to R: ‘R_MissingArg’, ‘R_UnboundValue’
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.1.1
Check: compiled code
Result: NOTE
File ‘socratadata/libs/socratadata.so’:
Found non-API call to R: ‘R_UnboundValue’
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1.1
Check: compiled code
Result: NOTE
File 'socratadata/libs/x64/socratadata.dll':
Found non-API calls to R: 'R_MissingArg', 'R_UnboundValue'
Compiled code should not call non-API entry points in R.
See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
Flavor: r-devel-windows-x86_64