Last updated on 2025-11-28 12:48:55 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.19 | 9.66 | 76.40 | 86.06 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.19 | 8.50 | 53.26 | 61.76 | 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.19 | 25.00 | 113.89 | 138.89 | OK | |
| r-devel-windows-x86_64 | 0.2.18 | 31.00 | 87.00 | 118.00 | WARN | |
| r-patched-linux-x86_64 | 0.2.19 | 10.13 | 69.16 | 79.29 | OK | |
| 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.19 | 23.00 | 110.00 | 133.00 | OK |
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.
Flavor: 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