Last updated on 2025-11-24 05:50:41 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.18 | 9.70 | 72.23 | 81.93 | WARN | |
| r-devel-linux-x86_64-debian-gcc | 0.2.19 | 8.13 | 52.96 | 61.09 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.19 | 11.00 | 116.73 | 127.73 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.18 | 22.00 | 112.53 | 134.53 | WARN | |
| r-devel-windows-x86_64 | 0.2.18 | 31.00 | 87.00 | 118.00 | WARN | |
| r-patched-linux-x86_64 | 0.2.18 | 10.07 | 67.40 | 77.47 | NOTE | |
| r-release-linux-x86_64 | 0.2.18 | 9.74 | 69.64 | 79.38 | NOTE | |
| r-release-macos-arm64 | 0.2.19 | 2.00 | 46.00 | 48.00 | OK | |
| r-release-macos-x86_64 | 0.2.19 | 20.00 | 209.00 | 229.00 | OK | |
| r-release-windows-x86_64 | 0.2.18 | 23.00 | 101.00 | 124.00 | NOTE | |
| r-oldrel-macos-arm64 | 0.2.19 | 4.00 | 52.00 | 56.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2.19 | 16.00 | 219.00 | 235.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.18 | 29.00 | 103.00 | 132.00 | OK |
Version: 0.2.18
Check: compiled code
Result: WARN
File ‘vetr/libs/vetr.so’:
Found non-API calls to R: ‘ENCLOS’, ‘FORMALS’, ‘IS_S4_OBJECT’,
‘R_lsInternal’, ‘SET_TYPEOF’
These entry points may be removed soon:
‘R_lsInternal’, ‘IS_S4_OBJECT’, ‘FORMALS’, ‘ENCLOS’, ‘SET_TYPEOF’
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-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.2.18
Check: compiled code
Result: WARN
File 'vetr/libs/x64/vetr.dll':
Found non-API calls to R: 'ENCLOS', 'FORMALS', 'IS_S4_OBJECT',
'R_lsInternal', 'SET_TYPEOF'
These entry points may be removed soon:
'R_lsInternal', 'IS_S4_OBJECT', 'FORMALS', 'ENCLOS', 'SET_TYPEOF'
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
Version: 0.2.18
Check: compiled code
Result: NOTE
File ‘vetr/libs/vetr.so’:
Found non-API calls to R: ‘ENCLOS’, ‘FORMALS’, ‘IS_S4_OBJECT’,
‘R_lsInternal’, ‘SET_TYPEOF’
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-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.2.18
Check: compiled code
Result: NOTE
File 'vetr/libs/x64/vetr.dll':
Found non-API calls to R: 'ENCLOS', 'FORMALS', 'IS_S4_OBJECT',
'R_lsInternal', 'SET_TYPEOF'
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-release-windows-x86_64