Last updated on 2025-12-03 05:50:00 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.4.3 | 23.57 | 318.19 | 341.76 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.4.3 | 16.75 | 202.42 | 219.17 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2.4.3 | 62.00 | 492.12 | 554.12 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.4.3 | 53.00 | 485.30 | 538.30 | OK | |
| r-devel-windows-x86_64 | 2.4.3 | 25.00 | 267.00 | 292.00 | OK | |
| r-patched-linux-x86_64 | 2.4.3 | 23.04 | 307.84 | 330.88 | OK | |
| r-release-linux-x86_64 | 2.4.3 | 24.72 | 308.97 | 333.69 | OK | |
| r-release-macos-arm64 | 2.4.3 | OK | ||||
| r-release-macos-x86_64 | 2.4.3 | 32.00 | 322.00 | 354.00 | OK | |
| r-release-windows-x86_64 | 2.4.3 | 25.00 | 288.00 | 313.00 | OK | |
| r-oldrel-macos-arm64 | 2.4.3 | OK | ||||
| r-oldrel-macos-x86_64 | 2.4.3 | 19.00 | 290.00 | 309.00 | OK | |
| r-oldrel-windows-x86_64 | 2.4.3 | 37.00 | 360.00 | 397.00 | ERROR |
Version: 2.4.3
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Warning: PROJ: proj_identify: Cannot find proj.db (GDAL error 1)
Flavor: r-oldrel-windows-x86_64
Version: 2.4.3
Check: tests
Result: ERROR
Running 'testthat.R' [26s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(assignR)
knownOrig database version 0.2, 4352 samples from 1986 sites.
Warning messages:
1: PROJ: proj_identify: Cannot find proj.db (GDAL error 1)
2: PROJ: proj_identify: Cannot find proj.db (GDAL error 1)
3: PROJ: proj_identify: Cannot find proj.db (GDAL error 1)
4: PROJ: proj_identify: Cannot find proj.db (GDAL error 1)
>
> test_check("assignR")
trying URL 'https://wateriso.utah.edu/waterisotopes/media/ArcGrids/CaribSr.zip'
Content type 'application/zip' length 5393557 bytes (5.1 MB)
==================================================
downloaded 5.1 MB
Saving _problems/test_pdRaster-22.R
[ FAIL 2 | WARN 2 | SKIP 0 | PASS 33 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_pdRaster.R:22:1'): (code run outside of `test_that()`) ─────────
Error: [project] output crs is not valid
Backtrace:
▆
1. ├─terra::project(naMap, "+init=epsg:28992") at test_pdRaster.R:22:1
2. └─terra::project(naMap, "+init=epsg:28992")
3. └─terra (local) .local(x, ...)
4. └─terra:::messages(x, "project")
5. └─terra:::error(f, x@pntr$getError())
── Error ('test_processing.R:28:3'): (code run outside of `test_that()`) ───────
Error: [project] output crs is not valid
Backtrace:
▆
1. ├─testthat::capture_output(...) at test_processing.R:24:1
2. │ └─testthat::capture_output_lines(code, print, width = width)
3. │ └─testthat:::eval_with_output(code, print = print, width = width)
4. │ ├─withr::with_output_sink(path, withVisible(code))
5. │ │ └─base::force(code)
6. │ └─base::withVisible(code)
7. ├─terra::project(d$data, "+init=epsg:28992") at test_processing.R:28:3
8. └─terra::project(d$data, "+init=epsg:28992")
9. └─terra (local) .local(x, ...)
10. └─terra:::messages(x, "project")
11. └─terra:::error(f, x@pntr$getError())
[ FAIL 2 | WARN 2 | SKIP 0 | PASS 33 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64