CRAN Package Check Results for Package medfateland

Last updated on 2025-12-04 09:49:59 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.8.1 71.95 405.10 477.05 OK
r-devel-linux-x86_64-debian-gcc 2.8.1 52.28 252.32 304.60 OK
r-devel-linux-x86_64-fedora-clang 2.8.1 147.00 657.14 804.14 OK
r-devel-linux-x86_64-fedora-gcc 2.8.1 143.00 611.66 754.66 OK
r-devel-windows-x86_64 2.8.1 73.00 336.00 409.00 OK
r-patched-linux-x86_64 2.8.1 70.14 380.13 450.27 OK
r-release-linux-x86_64 2.8.1 74.13 382.88 457.01 OK
r-release-macos-arm64 2.8.1 OK
r-release-macos-x86_64 2.8.1 58.00 258.00 316.00 OK
r-release-windows-x86_64 2.8.1 74.00 334.00 408.00 OK
r-oldrel-macos-arm64 2.8.1 OK
r-oldrel-macos-x86_64 2.8.1 65.00 284.00 349.00 OK
r-oldrel-windows-x86_64 2.8.1 100.00 399.00 499.00 ERROR

Check Details

Version: 2.8.1
Check: examples
Result: ERROR Running examples in 'medfateland-Ex.R' failed The error most likely occurred in: > ### Name: overland_routing > ### Title: Overland routing for TETIS sub-model > ### Aliases: overland_routing cell_neighbors > > ### ** Examples > > # Load example watershed data > data("example_watershed") > > # Get bounding box to determine limits > b <- sf::st_bbox(example_watershed) > b xmin ymin xmax ymax 401430 4671870 402830 4672570 > > # Define a raster topology, using terra package, > # with the same CRS as the watershed. In this example cells have 100 m side. > # Coordinates in the 'sf' object are assumed to be cell centers > r <-terra::rast(xmin = 401380, ymin = 4671820, xmax = 402880, ymax = 4672620, + nrow = 8, ncol = 15, crs = "epsg:32631") 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.8.1
Check: tests
Result: ERROR Running 'testthat.R' [42s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(medfateland) Loading required package: medfate Package 'medfate' [ver. 4.8.4] Package 'medfateland' [ver. 2.8.1] > > test_check("medfateland") v No wildland locations with NULL values in column 'forest'. v All objects in column 'forest' have the right class. ! Wrong tree species names detected for 1 records (0.1%) in 1 wildland locations (1%). i Filtering out problematic tree/shrub records in 1 locations (1%) with missing/wrong forest data. ! Missing 'forest' data in 1 wildland locations (1%). v All objects in column 'forest' have the right class. v No missing/wrong values detected in key tree/shrub attributes of 'forest' objects. i Filling 1 missing forest(s) with default forest. ! Wrong tree species names detected for 1 records (0.1%) in 1 wildland locations (1%). ! Missing 'forest' data in 1 wildland locations (1%). Saving _problems/test_desc-10.R Package 'meteoland' [ver. 2.2.3] Saving _problems/test_land-7.R Saving _problems/test_land_day-7.R [ FAIL 3 | WARN 3 | SKIP 1 | PASS 34 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • empty test (1): ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_desc.R:9:1'): (code run outside of `test_that()`) ────────────── Error: [rast] empty srs Backtrace: ▆ 1. ├─terra::rast(...) at test_desc.R:9:1 2. └─terra::rast(...) 3. └─terra (local) .local(x = x, ...) 4. └─terra:::new_rast(...) 5. └─terra:::messages(r, "rast") 6. └─terra:::error(f, x@pntr$getError()) ── Error ('test_land.R:6:1'): (code run outside of `test_that()`) ────────────── Error: [rast] empty srs Backtrace: ▆ 1. ├─terra::rast(...) at test_land.R:6:1 2. └─terra::rast(...) 3. └─terra (local) .local(x = x, ...) 4. └─terra:::new_rast(...) 5. └─terra:::messages(r, "rast") 6. └─terra:::error(f, x@pntr$getError()) ── Error ('test_land_day.R:6:1'): (code run outside of `test_that()`) ────────── Error: [rast] empty srs Backtrace: ▆ 1. ├─terra::rast(...) at test_land_day.R:6:1 2. └─terra::rast(...) 3. └─terra (local) .local(x = x, ...) 4. └─terra:::new_rast(...) 5. └─terra:::messages(r, "rast") 6. └─terra:::error(f, x@pntr$getError()) [ FAIL 3 | WARN 3 | SKIP 1 | PASS 34 ] Error: ! Test failures. 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.
Health stats visible at Monitor.