Last updated on 2024-07-26 07:51:57 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.1 | 5.01 | 38.12 | 43.13 | WARN | |
r-devel-linux-x86_64-debian-gcc | 0.5.1 | 4.41 | 29.66 | 34.07 | WARN | |
r-devel-linux-x86_64-fedora-clang | 0.5.1 | 57.46 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.5.1 | 51.46 | WARN | |||
r-devel-windows-x86_64 | 0.5.1 | 9.00 | 64.00 | 73.00 | WARN | |
r-patched-linux-x86_64 | 0.5.1 | OK | ||||
r-release-linux-x86_64 | 0.5.1 | 4.12 | 37.45 | 41.57 | OK | |
r-release-macos-arm64 | 0.5.1 | 23.00 | OK | |||
r-release-macos-x86_64 | 0.5.1 | 32.00 | OK | |||
r-release-windows-x86_64 | 0.5.1 | 8.00 | 62.00 | 70.00 | OK | |
r-oldrel-macos-arm64 | 0.5.1 | 41.00 | OK | |||
r-oldrel-macos-x86_64 | 0.5.1 | 81.00 | OK | |||
r-oldrel-windows-x86_64 | 0.5.1 | 9.00 | 67.00 | 76.00 | OK |
Version: 0.5.1
Check: compiled code
Result: WARN
File ‘nseval/libs/nseval.so’:
Found non-API calls to R: ‘DDVAL’, ‘PRCODE’, ‘PRENV’, ‘PRVALUE’,
‘R_PromiseExpr’, ‘Rf_findVarInFrame3’, ‘SET_BODY’, ‘SET_CLOENV’,
‘SET_FORMALS’, ‘SET_PRCODE’, ‘SET_PRENV’, ‘SET_PRVALUE’,
‘SET_TYPEOF’
These entry points may be removed soon:
‘DDVAL’
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.5.1
Check: compiled code
Result: WARN
File 'nseval/libs/x64/nseval.dll':
Found non-API calls to R: 'DDVAL', 'PRCODE', 'PRENV', 'PRVALUE',
'R_PromiseExpr', 'Rf_findVarInFrame3', 'SET_BODY', 'SET_CLOENV',
'SET_FORMALS', 'SET_PRCODE', 'SET_PRENV', 'SET_PRVALUE',
'SET_TYPEOF'
These entry points may be removed soon:
'DDVAL'
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