Last updated on 2026-01-09 05:50:39 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.3 | 52.41 | 368.16 | 420.57 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.7.3 | 36.32 | 232.89 | 269.21 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.7.3 | 98.00 | 553.21 | 651.21 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.7.3 | 102.00 | 611.59 | 713.59 | OK | |
| r-devel-windows-x86_64 | 0.7.3 | 55.00 | 327.00 | 382.00 | NOTE | |
| r-patched-linux-x86_64 | 0.7.3 | 49.77 | 348.02 | 397.79 | OK | |
| r-release-linux-x86_64 | 0.7.3 | 53.35 | 342.49 | 395.84 | 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 | 54.00 | 320.00 | 374.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 | 328.00 | 375.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.
Flavor: r-devel-linux-x86_64-debian-clang
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