Last updated on 2025-04-14 11:50:01 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.2 | 158.17 | 27.85 | 186.02 | WARN | |
r-devel-linux-x86_64-debian-gcc | 0.2.3 | 131.32 | 21.36 | 152.68 | OK | |
r-devel-linux-x86_64-fedora-gcc | 0.2.3 | 310.57 | OK | |||
r-devel-windows-x86_64 | 0.2.3 | 174.00 | 66.00 | 240.00 | OK | |
r-patched-linux-x86_64 | 0.2.3 | 166.17 | 27.16 | 193.33 | OK | |
r-release-linux-x86_64 | 0.2.3 | 167.01 | 27.43 | 194.44 | OK | |
r-release-macos-arm64 | 0.2.3 | 91.00 | OK | |||
r-release-macos-x86_64 | 0.2.3 | 204.00 | OK | |||
r-release-windows-x86_64 | 0.2.3 | 160.00 | 67.00 | 227.00 | OK | |
r-oldrel-macos-arm64 | 0.2.3 | 87.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.3 | 181.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.3 | 160.00 | 67.00 | 227.00 | OK |
Version: 0.2.2
Check: compiled code
Result: WARN
File ‘arcgisgeocode/libs/arcgisgeocode.so’:
Found ‘abort’, possibly from ‘abort’ (C)
Object: ‘rust/target/release/libarcgisgeocode.a’
File ‘arcgisgeocode/libs/arcgisgeocode.so’:
Found non-API call to R: ‘DATAPTR’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.
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