CRAN Package Check Results for Package GeoThinneR

Last updated on 2025-12-04 21:49:40 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.1.0 3.46 106.14 109.60 OK
r-devel-linux-x86_64-debian-gcc 2.1.0 2.64 73.32 75.96 OK
r-devel-linux-x86_64-fedora-clang 2.1.0 166.16 OK
r-devel-linux-x86_64-fedora-gcc 2.1.0 33.00 168.85 201.85 OK
r-devel-windows-x86_64 2.1.0 6.00 121.00 127.00 OK
r-patched-linux-x86_64 2.1.0 3.57 98.02 101.59 OK
r-release-linux-x86_64 2.1.0 3.03 99.78 102.81 OK
r-release-macos-arm64 2.1.0 1.00 46.00 47.00 OK
r-release-macos-x86_64 2.1.0 6.00 237.00 243.00 OK
r-release-windows-x86_64 2.1.0 6.00 126.00 132.00 OK
r-oldrel-macos-arm64 2.1.0 1.00 40.00 41.00 OK
r-oldrel-macos-x86_64 2.1.0 8.00 314.00 322.00 OK
r-oldrel-windows-x86_64 2.1.0 6.00 128.00 134.00 ERROR

Check Details

Version: 2.1.0
Check: examples
Result: ERROR Running examples in 'GeoThinneR-Ex.R' failed The error most likely occurred in: > ### Name: grid_thinning > ### Title: Perform Grid-Based Thinning of Spatial Points > ### Aliases: grid_thinning > > ### ** Examples > > # Example: Grid thinning using thin_dist > coords <- matrix(c(-122.4194, 37.7749, + -122.4195, 37.7740, + -122.4196, 37.7741), ncol = 2, byrow = TRUE) > > result <- grid_thinning(coords, thin_dist = 10, trials = 5, all_trials = TRUE) Warning: PROJ: proj_create_from_database: Cannot find proj.db (GDAL error 1) Error: [rast] empty srs Execution halted Flavor: r-oldrel-windows-x86_64

Version: 2.1.0
Check: tests
Result: ERROR Running 'testthat.R' [15s] Running the tests in 'tests/testthat.R' failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(GeoThinneR) > > test_check("GeoThinneR") Saving _problems/test-grid_thinning-8.R Saving _problems/test-grid_thinning-15.R terra 1.8.86 Attaching package: 'terra' The following objects are masked from 'package:testthat': compare, describe Saving _problems/test-grid_thinning-32.R Saving _problems/test-grid_thinning-39.R Saving _problems/test-grid_thinning-56.R Starting spatial thinning at 2025-12-03 12:53:45 Thinning using method: distance Thinning process completed. Total execution time: 0.06 seconds Saving _problems/test-thin_points-46.R [ FAIL 6 | WARN 6 | SKIP 0 | PASS 99 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-grid_thinning.R:8:3'): grid_thinning works with thin_dist ────── Error: [rast] empty srs Backtrace: ▆ 1. └─GeoThinneR::grid_thinning(...) at test-grid_thinning.R:8:3 2. ├─terra::rast(...) 3. └─terra::rast(...) 4. └─terra (local) .local(x = x, ...) 5. └─terra:::new_rast(...) 6. └─terra:::messages(r, "rast") 7. └─terra:::error(f, x@pntr$getError()) ── Error ('test-grid_thinning.R:15:3'): grid_thinning works with resolution ──── Error: [rast] empty srs Backtrace: ▆ 1. └─GeoThinneR::grid_thinning(...) at test-grid_thinning.R:15:3 2. ├─terra::rast(...) 3. └─terra::rast(...) 4. └─terra (local) .local(x = x, ...) 5. └─terra:::new_rast(...) 6. └─terra:::messages(r, "rast") 7. └─terra:::error(f, x@pntr$getError()) ── Error ('test-grid_thinning.R:32:3'): grid_thinning returns multiple trials when all_trials = TRUE ── Error: [rast] empty srs Backtrace: ▆ 1. └─GeoThinneR::grid_thinning(...) at test-grid_thinning.R:32:3 2. ├─terra::rast(...) 3. └─terra::rast(...) 4. └─terra (local) .local(x = x, ...) 5. └─terra:::new_rast(...) 6. └─terra:::messages(r, "rast") 7. └─terra:::error(f, x@pntr$getError()) ── Error ('test-grid_thinning.R:39:3'): grid_thinning works with priority ────── Error: [rast] empty srs Backtrace: ▆ 1. └─GeoThinneR::grid_thinning(...) at test-grid_thinning.R:39:3 2. ├─terra::rast(...) 3. └─terra::rast(...) 4. └─terra (local) .local(x = x, ...) 5. └─terra:::new_rast(...) 6. └─terra:::messages(r, "rast") 7. └─terra:::error(f, x@pntr$getError()) ── Error ('test-grid_thinning.R:56:3'): grid_thinning invalid input ──────────── Error: [rast] empty srs Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-grid_thinning.R:56:3 2. │ └─testthat:::expect_condition_matching_(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─GeoThinneR::grid_thinning(...) 8. ├─terra::rast(...) 9. └─terra::rast(...) 10. └─terra (local) .local(x = x, ...) 11. └─terra:::new_rast(...) 12. └─terra:::messages(r, "rast") 13. └─terra:::error(f, x@pntr$getError()) ── Error ('test-thin_points.R:46:3'): thin_points works with grid thinning ───── Error: [rast] empty srs Backtrace: ▆ 1. └─GeoThinneR::thin_points(...) at test-thin_points.R:46:3 2. └─GeoThinneR (local) perform_thinning(data) 3. └─GeoThinneR::grid_thinning(...) 4. ├─terra::rast(...) 5. └─terra::rast(...) 6. └─terra (local) .local(x = x, ...) 7. └─terra:::new_rast(...) 8. └─terra:::messages(r, "rast") 9. └─terra:::error(f, x@pntr$getError()) [ FAIL 6 | WARN 6 | SKIP 0 | PASS 99 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-windows-x86_64

Version: 2.1.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building 'GeoThinneR.Rmd' using rmarkdown Quitting from GeoThinneR.Rmd:308-322 [unnamed-chunk-17] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error: ! [rast] empty srs --- Backtrace: ▆ 1. ├─base::system.time(...) 2. └─GeoThinneR::thin_points(...) 3. └─GeoThinneR (local) perform_thinning(data) 4. └─GeoThinneR::grid_thinning(...) 5. ├─terra::rast(...) 6. └─terra::rast(...) 7. └─terra (local) .local(x = x, ...) 8. └─terra:::new_rast(...) 9. └─terra:::messages(r, "rast") 10. └─terra:::error(f, x@pntr$getError()) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'GeoThinneR.Rmd' failed with diagnostics: [rast] empty srs --- failed re-building 'GeoThinneR.Rmd' SUMMARY: processing the following file failed: 'GeoThinneR.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.