Last updated on 2025-04-01 09:54:51 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.2 | 158.42 | 27.83 | 186.25 | WARN | |
r-devel-linux-x86_64-debian-gcc | 0.2.2 | 125.94 | 21.66 | 147.60 | WARN | |
r-devel-linux-x86_64-fedora-clang | 0.2.2 | 294.47 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.2 | 310.04 | WARN | |||
r-devel-macos-arm64 | 0.2.2 | 101.00 | OK | |||
r-devel-macos-x86_64 | 0.2.2 | 209.00 | OK | |||
r-devel-windows-x86_64 | 0.2.2 | 197.00 | 62.00 | 259.00 | NOTE | |
r-patched-linux-x86_64 | 0.2.2 | 162.13 | 27.08 | 189.21 | WARN | |
r-release-linux-x86_64 | 0.2.2 | 160.95 | 26.76 | 187.71 | OK | |
r-release-macos-arm64 | 0.2.2 | 77.00 | OK | |||
r-release-macos-x86_64 | 0.2.2 | 118.00 | OK | |||
r-release-windows-x86_64 | 0.2.2 | 204.00 | 65.00 | 269.00 | OK | |
r-oldrel-macos-arm64 | 0.2.2 | NOTE | ||||
r-oldrel-macos-x86_64 | 0.2.2 | 162.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.2.2 | 243.00 | 73.00 | 316.00 | NOTE |
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.
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, r-patched-linux-x86_64
Version: 0.2.2
Check: compiled code
Result: NOTE
File 'arcgisgeocode/libs/x64/arcgisgeocode.dll':
Found non-API call to R: 'DATAPTR'
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.2.2
Check: R code for possible problems
Result: NOTE
sort_asap: no visible global function definition for ‘sort_by’
Undefined global functions or variables:
sort_by
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64