Last updated on 2025-12-03 01:49:57 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.1 | 3.26 | 166.64 | 169.90 | OK | --no-tests |
| r-devel-linux-x86_64-debian-gcc | 0.3.1 | 2.20 | 107.94 | 110.14 | OK | --no-tests |
| r-devel-linux-x86_64-fedora-clang | 0.3.1 | 23.00 | 663.05 | 686.05 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 13.00 | 651.58 | 664.58 | OK | |
| r-devel-windows-x86_64 | 0.3.1 | 8.00 | 329.00 | 337.00 | OK | |
| r-patched-linux-x86_64 | 0.3.1 | 4.00 | 157.06 | 161.06 | OK | --no-tests |
| r-release-linux-x86_64 | 0.3.1 | 3.19 | 158.35 | 161.54 | OK | --no-tests |
| r-release-macos-arm64 | 0.3.1 | OK | ||||
| r-release-macos-x86_64 | 0.3.1 | 4.00 | 304.00 | 308.00 | OK | |
| r-release-windows-x86_64 | 0.3.1 | 6.00 | 329.00 | 335.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.3.1 | 3.00 | 433.00 | 436.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.1 | 7.00 | 465.00 | 472.00 | ERROR |
Version: 0.3.1
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [226s]
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(geotargets)
>
> test_check("geotargets")
Warning messages:
1: GDAL Error 6: SetIndexingVariable() not implemented
2: GDAL Error 6: SetIndexingVariable() not implemented
Warning messages:
1: GDAL Error 6: SetIndexingVariable() not implemented
2: GDAL Error 6: SetIndexingVariable() not implemented
Warning message:
PROJ: proj_create_from_name: Cannot find proj.db (GDAL error 1)
Warning messages:
1: PROJ: proj_create_from_name: Cannot find proj.db (GDAL error 1)
2: PROJ: proj_create_from_name: Cannot find proj.db (GDAL error 1)
3: PROJ: proj_create_from_name: Cannot find proj.db (GDAL error 1)
terra 1.8.86
Warning message:
PROJ: proj_create_from_name: Cannot find proj.db (GDAL error 1)
terra 1.8.86
terra 1.8.86
Warning messages:
1: PROJ: proj_create_from_name: Cannot find proj.db (GDAL error 1)
2: PROJ: proj_create_from_name: Cannot find proj.db (GDAL error 1)
terra 1.8.86
Warning messages:
1: PROJ: proj_create_from_name: Cannot find proj.db (GDAL error 1)
2: PROJ: proj_create_from_name: Cannot find proj.db (GDAL error 1)
terra 1.8.86
Warning messages:
1: PROJ: proj_create_from_name: Cannot find proj.db (GDAL error 1)
2: PROJ: proj_identify: Cannot find proj.db (GDAL error 1)
Warning messages:
1: PROJ: proj_create_from_database: Cannot find proj.db (GDAL error 1)
2: PROJ: proj_create_from_database: Cannot find proj.db (GDAL error 1)
3: [project] Cannot set raster SRS: empty srs
Warning messages:
1: PROJ: proj_create_from_name: Cannot find proj.db (GDAL error 1)
2: PROJ: proj_create_from_name: Cannot find proj.db (GDAL error 1)
terra 1.8.86
terra 1.8.86
creating 2 * 3 = 6 tile extents
terra 1.8.86
creating 2 * 3 = 6 tile extents
There were 16 warnings (use warnings() to see them)
Warning messages:
1: PROJ: proj_identify: Cannot find proj.db (GDAL error 1)
2: PROJ: proj_create_from_database: Cannot find proj.db (GDAL error 1)
Warning message:
PROJ: proj_identify: Cannot find proj.db (GDAL error 1)
Warning messages:
1: PROJ: proj_create_from_name: Cannot find proj.db (GDAL error 1)
2: PROJ: proj_create_from_name: Cannot find proj.db (GDAL error 1)
3: PROJ: proj_create_from_name: Cannot find proj.db (GDAL error 1)
4: PROJ: proj_create_from_name: Cannot find proj.db (GDAL error 1)
5: PROJ: proj_create_from_name: Cannot find proj.db (GDAL error 1)
6: PROJ: proj_create_from_name: Cannot find proj.db (GDAL error 1)
creating 1 * 1 = 1 tile extents
creating 1 * 2 = 2 tile extents
creating 1 * 3 = 3 tile extents
creating 2 * 2 = 4 tile extents
creating 2 * 3 = 6 tile extents
[ FAIL 2 | WARN 2 | SKIP 12 | PASS 57 ]
══ Skipped tests (12) ══════════════════════════════════════════════════════════
• On CRAN (12): 'test-check-gdal-shz.R:1:1', 'test-check-gdal-sozip.R:1:1',
'test-check-pkg-installed.R:1:1', 'test-check-user-resources.R:1:1',
'test-tar-stars.R:5:1', 'test-tar-stars.R:25:1', 'test-tar-stars.R:46:1',
'test-tar-stars.R:72:1', 'test-tar-terra-rast.R:3:1',
'test-tar-terra-sprc.R:48:1', 'test-tile-funs.R:1:1', 'test-tile-funs.R:39:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-tar-terra-sprc.R:40:3'): tar_terra_sprc() works ────────────────
<tar_condition_run/tar_condition_targets/rlang_error/rlang_error/error/condition>
Error: Error in tar_make():
error in evaluating the argument 'x' in selecting a method for function 'sprc': [project] cannot get output boundaries for the target crs
See https://books.ropensci.org/targets/debugging.html
Backtrace:
▆
1. └─targets::tar_make(reporter = "silent") at test-tar-terra-sprc.R:40:3
2. └─targets:::callr_outer(...)
3. ├─targets:::if_any(...)
4. └─targets:::callr_error(traced_condition = out, fun = fun)
5. └─targets::tar_throw_run(message, class = class(traced_condition$condition))
6. └─targets::tar_error(...)
7. └─rlang::abort(message = message, class = class, call = tar_envir_base)
── Error ('test-tar-terra-vect.R:22:3'): tar_terra_vect() works ────────────────
<tar_condition_run/tar_condition_targets/rlang_error/rlang_error/error/condition>
Error: Error in tar_make():
[project] output crs is not valid
See https://books.ropensci.org/targets/debugging.html
Backtrace:
▆
1. └─targets::tar_make(reporter = "silent") at test-tar-terra-vect.R:22:3
2. └─targets:::callr_outer(...)
3. ├─targets:::if_any(...)
4. └─targets:::callr_error(traced_condition = out, fun = fun)
5. └─targets::tar_throw_run(message, class = class(traced_condition$condition))
6. └─targets::tar_error(...)
7. └─rlang::abort(message = message, class = class, call = tar_envir_base)
[ FAIL 2 | WARN 2 | SKIP 12 | PASS 57 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64
Version: 0.3.1
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'geotargets.Rmd' using rmarkdown
Quitting from geotargets.Rmd:175-182 [make_vect]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NULL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'geotargets.Rmd' failed with diagnostics:
Error in tar_make():
[project] output crs is not valid
See https://books.ropensci.org/targets/debugging.html
--- failed re-building 'geotargets.Rmd'
--- re-building 'tar_terra_tiles.Rmd' using rmarkdown
--- finished re-building 'tar_terra_tiles.Rmd'
SUMMARY: processing the following file failed:
'geotargets.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-oldrel-windows-x86_64