Last updated on 2025-11-08 01:50:27 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.7.0 | 13.80 | 45.07 | 58.87 | WARN | |
| r-devel-linux-x86_64-debian-gcc | 2.7.0 | 12.86 | 34.28 | 47.14 | WARN | |
| r-devel-linux-x86_64-fedora-clang | 2.7.1 | 53.38 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 2.7.1 | 12.00 | 48.25 | 60.25 | OK | |
| r-devel-windows-x86_64 | 2.7.0 | 33.00 | 68.00 | 101.00 | NOTE | |
| r-patched-linux-x86_64 | 2.7.0 | 15.90 | 41.78 | 57.68 | OK | |
| r-release-linux-x86_64 | 2.7.0 | 15.90 | 42.15 | 58.05 | OK | |
| r-release-macos-arm64 | 2.7.1 | 15.00 | 55.00 | 70.00 | OK | |
| r-release-macos-x86_64 | 2.7.1 | 18.00 | 82.00 | 100.00 | OK | |
| r-release-windows-x86_64 | 2.7.0 | 36.00 | 68.00 | 104.00 | OK | |
| r-oldrel-macos-arm64 | 2.7.1 | 14.00 | 36.00 | 50.00 | OK | |
| r-oldrel-macos-x86_64 | 2.7.1 | 19.00 | 78.00 | 97.00 | OK | |
| r-oldrel-windows-x86_64 | 2.7.1 | 49.00 | 82.00 | 131.00 | OK |
Version: 2.7.0
Check: compiled code
Result: WARN
File ‘this.path/libs/this.path.so’:
Found non-API call to R: ‘Rf_lazy_duplicate’
This entry point may be removed soon.
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-debian-gcc
Version: 2.7.0
Check: compiled code
Result: NOTE
File 'this.path/libs/x64/this.path.dll':
Found non-API call to R: 'Rf_lazy_duplicate'
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