Last updated on 2026-03-31 20:55:41 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 79.91 | 23.48 | 103.39 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 65.87 | 19.45 | 85.32 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 125.00 | 32.69 | 157.69 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 129.00 | 42.22 | 171.22 | OK | |
| r-devel-macos-arm64 | 0.1.0 | 18.00 | 4.00 | 22.00 | OK | |
| r-devel-windows-x86_64 | 0.1.0 | 75.00 | 49.00 | 124.00 | NOTE | |
| r-patched-linux-x86_64 | 0.1.0 | 80.69 | 19.53 | 100.22 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 78.94 | 19.42 | 98.36 | OK | |
| r-release-macos-arm64 | 0.1.0 | OK | ||||
| r-release-macos-x86_64 | 0.1.0 | 59.00 | 12.00 | 71.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 89.00 | 48.00 | 137.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.0 | 56.00 | 22.00 | 78.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.0 | 90.00 | 56.00 | 146.00 | OK |
Version: 0.1.0
Check: compiled code
Result: NOTE
File ‘gadjid/libs/gadjid.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.0
Check: compiled code
Result: NOTE
File ‘gadjid/libs/gadjid.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
Version: 0.1.0
Check: compiled code
Result: NOTE
File 'gadjid/libs/x64/gadjid.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