Last updated on 2025-12-03 05:50:53 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| insurancerating | 9 | 4 | |
| spatialrisk | 2 | 2 | 9 |
Current CRAN status: NOTE: 9, OK: 4
Version: 0.7.5
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘autoplot.restricted.Rd’ ‘autoplot.riskfactor.Rd’ ‘rating_factors.Rd’
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-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-windows-x86_64
Current CRAN status: ERROR: 2, NOTE: 2, OK: 9
Version: 0.7.3
Check: package dependencies
Result: ERROR
Packages required but not available: 'mapview', 'tmap'
Packages suggested but not available for checking: 'leafem', 'leafgl'
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-patched-linux-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