Last updated on 2024-10-09 20:49:25 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 4.81 | 87.30 | 92.11 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 3.43 | 60.35 | 63.78 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 144.87 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 149.77 | NOTE | |||
r-devel-windows-x86_64 | 0.1.1 | 8.00 | 119.00 | 127.00 | NOTE | |
r-patched-linux-x86_64 | 0.1.1 | 4.76 | 81.74 | 86.50 | OK | |
r-release-linux-x86_64 | 0.1.1 | 4.37 | 83.56 | 87.93 | OK | |
r-release-macos-arm64 | 0.1.1 | 55.00 | OK | |||
r-release-macos-x86_64 | 0.1.1 | 103.00 | OK | |||
r-release-windows-x86_64 | 0.1.1 | 9.00 | 120.00 | 129.00 | OK | |
r-oldrel-macos-arm64 | 0.1.1 | 71.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.1 | 162.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.1 | 10.00 | 141.00 | 151.00 | WARN |
Version: 0.1.1
Check: compiled code
Result: NOTE
File ‘S7/libs/S7.so’:
Found non-API calls to R: ‘PRCODE’, ‘SET_PRVALUE’
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 'S7/libs/x64/S7.dll':
Found non-API calls to R: 'PRCODE', 'SET_PRVALUE'
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: S3 generic/method consistency
Result: WARN
matrixOps:
function(x, y)
matrixOps.S7_object:
function(e1, e2)
See section 'Generic functions and methods' in the 'Writing R
Extensions' manual.
Flavor: r-oldrel-windows-x86_64