Last updated on 2026-04-07 13:53:56 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.1 | 49.26 | 27.54 | 76.80 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.1.1 | 39.78 | 23.00 | 62.78 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.1.1 | 78.00 | 41.67 | 119.67 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 81.00 | 37.74 | 118.74 | NOTE | |
| r-devel-macos-arm64 | 0.1.1 | 11.00 | 10.00 | 21.00 | OK | |
| r-devel-windows-x86_64 | 0.1.1 | 61.00 | 52.00 | 113.00 | NOTE | |
| r-patched-linux-x86_64 | 0.1.1 | 48.11 | 24.66 | 72.77 | NOTE | |
| r-release-linux-x86_64 | 0.1.1 | 48.56 | 24.04 | 72.60 | OK | |
| r-release-macos-arm64 | 0.1.1 | 12.00 | 11.00 | 23.00 | OK | |
| r-release-macos-x86_64 | 0.1.1 | 37.00 | 63.00 | 100.00 | OK | |
| r-release-windows-x86_64 | 0.1.1 | 76.00 | 50.00 | 126.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.1 | 13.00 | 19.00 | 32.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.1 | 37.00 | 70.00 | 107.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.1 | 65.00 | 58.00 | 123.00 | OK |
Version: 0.1.1
Check: compiled code
Result: NOTE
File ‘waysign/libs/waysign.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-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1.1
Check: compiled code
Result: NOTE
File 'waysign/libs/x64/waysign.dll':
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.
Flavor: r-devel-windows-x86_64
Version: 0.1.1
Check: compiled code
Result: NOTE
File ‘waysign/libs/waysign.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-patched-linux-x86_64