Last updated on 2025-11-20 02:49:30 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.7 | 11.13 | 37.39 | 48.52 | WARN | |
| r-devel-linux-x86_64-debian-gcc | 0.0.7 | 9.50 | 30.57 | 40.07 | WARN | |
| r-devel-linux-x86_64-fedora-clang | 0.0.7 | 31.00 | 48.69 | 79.69 | WARN | |
| r-devel-linux-x86_64-fedora-gcc | 0.0.7 | 30.00 | 60.15 | 90.15 | WARN | |
| r-devel-windows-x86_64 | 0.0.7 | 20.00 | 68.00 | 88.00 | WARN | |
| r-patched-linux-x86_64 | 0.0.7 | 13.11 | 33.96 | 47.07 | OK | |
| r-release-linux-x86_64 | 0.0.7 | 12.60 | 33.59 | 46.19 | OK | |
| r-release-macos-arm64 | 0.0.7 | OK | ||||
| r-release-macos-x86_64 | 0.0.7 | 11.00 | 47.00 | 58.00 | OK | |
| r-release-windows-x86_64 | 0.0.7 | 17.00 | 67.00 | 84.00 | OK | |
| r-oldrel-macos-arm64 | 0.0.7 | OK | ||||
| r-oldrel-macos-x86_64 | 0.0.7 | 12.00 | 89.00 | 101.00 | OK | |
| r-oldrel-windows-x86_64 | 0.0.7 | 18.00 | 84.00 | 102.00 | OK |
Version: 0.0.7
Check: compiled code
Result: WARN
File ‘unnest/libs/unnest.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, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.0.7
Check: compiled code
Result: WARN
File 'unnest/libs/x64/unnest.dll':
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.
Flavor: r-devel-windows-x86_64