- using R version 4.4.3 (2025-02-28 ucrt)
- using platform: x86_64-w64-mingw32
- R was compiled by
gcc.exe (GCC) 13.3.0
GNU Fortran (GCC) 13.3.0
- running under: Windows Server 2022 x64 (build 20348)
- using session charset: UTF-8
- checking for file 'geoprofiler/DESCRIPTION' ... OK
- this is package 'geoprofiler' version '0.0.2'
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking whether package 'geoprofiler' can be installed ... OK
See the install log for details.
- checking installed package size ... OK
- checking package directory ... OK
- checking 'build' directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [12s] OK
- checking whether the package can be loaded with stated dependencies ... [12s] OK
- checking whether the package can be unloaded cleanly ... [11s] OK
- checking whether the namespace can be loaded with stated dependencies ... [12s] OK
- checking whether the namespace can be unloaded cleanly ... [11s] OK
- checking loading without being on the library search path ... [11s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [26s] OK
- checking Rd files ... [1s] OK
- checking Rd metadata ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking contents of 'data' directory ... OK
- checking data for non-ASCII characters ... [0s] OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking installed files from 'inst/doc' ... OK
- checking files in 'vignettes' ... OK
- checking examples ... [19s] 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
- checking for unstated dependencies in 'tests' ... OK
- checking tests ... [15s] OK
Running 'spelling.R' [0s]
Running 'testthat.R' [14s]
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [36s] 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
- checking PDF version of manual ... [17s] OK
- checking HTML version of manual ... [3s] OK
- DONE
Status: 2 ERRORs