Last updated on 2025-12-30 07:50:23 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.3 | 55.25 | 358.99 | 414.24 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.7.3 | 36.59 | 242.60 | 279.19 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.7.3 | 102.00 | 612.86 | 714.86 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.7.3 | 107.00 | 635.64 | 742.64 | NOTE | |
| r-devel-windows-x86_64 | 0.7.3 | 59.00 | 323.00 | 382.00 | NOTE | |
| r-patched-linux-x86_64 | 0.7.3 | 56.17 | 343.98 | 400.15 | OK | |
| r-release-linux-x86_64 | 0.7.3 | 51.39 | 343.53 | 394.92 | OK | |
| r-release-macos-arm64 | 0.7.3 | OK | ||||
| r-release-macos-x86_64 | 0.7.3 | 34.00 | 276.00 | 310.00 | OK | |
| r-release-windows-x86_64 | 0.7.3 | 57.00 | 329.00 | 386.00 | OK | |
| r-oldrel-macos-arm64 | 0.7.3 | NOTE | ||||
| r-oldrel-macos-x86_64 | 0.7.3 | 35.00 | 350.00 | 385.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.7.3 | 47.00 | 337.00 | 384.00 | ERROR |
Version: 0.7.3
Check: compiled code
Result: NOTE
File ‘spatialrisk/libs/spatialrisk.so’:
Found non-API call to R: ‘ATTRIB’
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.7.3
Check: compiled code
Result: NOTE
File 'spatialrisk/libs/x64/spatialrisk.dll':
Found non-API call to R: 'ATTRIB'
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.7.3
Check: installed package size
Result: NOTE
installed size is 6.0Mb
sub-directories of 1Mb or more:
data 2.6Mb
help 1.4Mb
libs 1.9Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.7.3
Check: examples
Result: ERROR
Running examples in 'spatialrisk-Ex.R' failed
The error most likely occurred in:
> ### Name: plot.concentration
> ### Title: Automatically create a plot for objects obtained from
> ### 'find_highest_concentration()'
> ### Aliases: plot.concentration
>
> ### ** Examples
>
> x <- find_highest_concentration(Groningen, "amount")
Warning: PROJ: proj_create_from_database: Cannot find proj.db (GDAL error 1)
Warning: [vect] Cannot set SRS to vector: empty srs
> plot(x, "concentration")
> plot(x, "rasterized")
Error in st_transform.sfc(sf::st_as_sfc(sf::st_bbox(x)), crs = 4326) :
cannot transform sfc object with missing crs
Calls: plot ... leaflet_stars -> createExtent -> <Anonymous> -> st_transform.sfc
Execution halted
Flavor: r-oldrel-windows-x86_64