CRAN Package Check Results for Package CoordinateCleaner

Last updated on 2024-11-12 09:51:16 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.0.1 30.60 273.26 303.86 OK
r-devel-linux-x86_64-debian-gcc 3.0.1 20.05 171.49 191.54 ERROR
r-devel-linux-x86_64-fedora-clang 3.0.1 507.65 OK
r-devel-linux-x86_64-fedora-gcc 3.0.1 484.37 OK
r-devel-windows-x86_64 3.0.1 29.00 226.00 255.00 OK
r-patched-linux-x86_64 3.0.1 28.14 251.16 279.30 OK
r-release-linux-x86_64 3.0.1 29.36 249.29 278.65 OK
r-release-macos-arm64 3.0.1 123.00 OK
r-release-macos-x86_64 3.0.1 208.00 OK
r-release-windows-x86_64 3.0.1 28.00 224.00 252.00 OK
r-oldrel-macos-arm64 3.0.1 127.00 OK
r-oldrel-macos-x86_64 3.0.1 283.00 OK
r-oldrel-windows-x86_64 3.0.1 41.00 319.00 360.00 OK

Check Details

Version: 3.0.1
Check: examples
Result: ERROR Running examples in ‘CoordinateCleaner-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: plot.spatialvalid > ### Title: Plot Method for Class Spatialvalid > ### Aliases: plot.spatialvalid > ### Keywords: Visualisation > > ### ** Examples > > > > exmpl <- data.frame(species = sample(letters, size = 250, replace = TRUE), + decimalLongitude = runif(250, min = 42, max = 51), + decimalLatitude = runif(250, min = -26, max = -11)) > > test <- clean_coordinates(exmpl, species = "species", + tests = c("sea", "gbif", "zeros"), + verbose = FALSE) > > summary(test) .val .zer .gbf .summary 0 0 0 0 > plot(test) Error in map_data(database, regions, xlim = xlim, ylim = ylim) : The package "maps" is required for `map_data()`. Calls: plot ... plot.spatialvalid -> <Anonymous> -> map_data -> check_installed Execution halted Flavor: r-devel-linux-x86_64-debian-gcc