Last updated on 2025-04-12 07:52:05 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 | 125.74 | 21.95 | 147.69 | OK | |
r-devel-linux-x86_64-fedora-gcc | 0.2.3 | 310.57 | OK | |||
r-devel-macos-arm64 | 0.2.3 | 91.00 | OK | |||
r-devel-macos-x86_64 | 0.2.3 | 204.00 | OK | |||
r-devel-windows-x86_64 | 0.2.2 | 207.00 | 57.00 | 264.00 | NOTE | |
r-patched-linux-x86_64 | 0.2.2 | 163.30 | 27.18 | 190.48 | WARN | |
r-release-linux-x86_64 | 0.2.2 | OK | ||||
r-release-macos-arm64 | 0.2.3 | 87.00 | OK | |||
r-release-macos-x86_64 | 0.2.3 | 181.00 | OK | |||
r-release-windows-x86_64 | 0.2.3 | 160.00 | 67.00 | 227.00 | OK | |
r-oldrel-macos-arm64 | 0.2.3 | 88.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.2.3 | 208.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.2.2 | 244.00 | 64.00 | 308.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-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.3
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
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
Flavor: r-oldrel-windows-x86_64