CRAN Package Check Results for Package geoprofiler

Last updated on 2025-12-11 19:50:36 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.2 34.75 321.15 355.90 OK
r-devel-linux-x86_64-debian-gcc 0.0.2 22.60 206.43 229.03 OK
r-devel-linux-x86_64-fedora-clang 0.0.2 71.00 482.06 553.06 OK
r-devel-linux-x86_64-fedora-gcc 0.0.2 65.00 479.48 544.48 OK
r-devel-windows-x86_64 0.0.2 30.00 247.00 277.00 OK
r-patched-linux-x86_64 0.0.2 30.45 302.36 332.81 OK
r-release-linux-x86_64 0.0.2 30.26 300.12 330.38 OK
r-release-macos-arm64 0.0.2 OK
r-release-macos-x86_64 0.0.2 30.00 239.00 269.00 OK
r-release-windows-x86_64 0.0.2 31.00 240.00 271.00 OK
r-oldrel-macos-arm64 0.0.2 OK
r-oldrel-macos-x86_64 0.0.2 31.00 318.00 349.00 OK
r-oldrel-windows-x86_64 0.0.2 44.00 329.00 373.00 ERROR

Check Details

Version: 0.0.2
Check: examples
Result: ERROR Running examples in 'geoprofiler-Ex.R' failed The error most likely occurred in: > ### Name: swath_stats > ### Title: Summary Statistics on Swath Elevation Profile > ### Aliases: swath_stats > > ### ** Examples > > # Create a random raster > r <- terra::rast(ncol = 10, nrow = 10, xmin = -150, xmax = -80, ymin = 20, ymax = 60) > terra::values(r) <- runif(terra::ncell(r)) > > # Create a random profile > profile <- data.frame(lon = c(-140, -90), lat = c(55, 25)) |> + sf::st_as_sf(coords = c("lon", "lat"), crs = "WGS84") > swath <- swath_profile(profile, r, k = 5, dist = 10) Warning: PROJ: proj_create: no database context specified (GDAL error 1) Warning: PROJ: proj_create: no database context specified (GDAL error 1) Warning: PROJ: proj_create: no database context specified (GDAL error 1) Error: [project] cannot get output boundaries for the target crs Execution halted Flavor: r-oldrel-windows-x86_64

Version: 0.0.2
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building 'A_Distances.Rmd' using rmarkdown --- finished re-building 'A_Distances.Rmd' --- re-building 'B_Swath.Rmd' using rmarkdown Quitting from B_Swath.Rmd:58-69 [load_data] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error: ! [project] cannot get output boundaries for the target crs --- Backtrace: ▆ 1. ├─terra::project(...) 2. └─terra::project(...) 3. └─terra (local) .local(x, ...) 4. └─terra:::messages(x, "project") 5. └─terra:::error(f, x@pntr$getError()) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'B_Swath.Rmd' failed with diagnostics: [project] cannot get output boundaries for the target crs --- failed re-building 'B_Swath.Rmd' SUMMARY: processing the following file failed: 'B_Swath.Rmd' Error: Vignette re-building failed. Execution halted Flavor: r-oldrel-windows-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.