Last updated on 2025-12-12 06:50:22 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 | 20.08 | 206.84 | 226.92 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.0.3 | 149.00 | 441.51 | 590.51 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.0.3 | 160.00 | 431.28 | 591.28 | OK | |
| r-devel-windows-x86_64 | 0.0.3 | 28.00 | 258.00 | 286.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.3 | 10.00 | 63.00 | 73.00 | OK | |
| r-release-macos-x86_64 | 0.0.3 | 32.00 | 215.00 | 247.00 | OK | |
| r-release-windows-x86_64 | 0.0.2 | 31.00 | 240.00 | 271.00 | OK | |
| r-oldrel-macos-arm64 | 0.0.3 | 11.00 | 72.00 | 83.00 | OK | |
| r-oldrel-macos-x86_64 | 0.0.3 | 34.00 | 273.00 | 307.00 | OK | |
| r-oldrel-windows-x86_64 | 0.0.3 | 44.00 | 348.00 | 392.00 | ERROR |
Version: 0.0.3
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.3
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