R Under development (unstable) (2025-01-27 r87654 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(medfateland) Loading required package: medfate Package 'medfate' [ver. 4.8.0] Package 'medfateland' [ver. 2.5.1] > > test_check("medfateland") ✔ No wildland locations with NULL values in column 'forest'. ✔ All objects in column 'forest' have the right class. ! Wrong tree species names detected for 1 records (0.1%) in 1 wildland locations (1%). ℹ Filtering out problematic tree/shrub records in 1 locations (1%) with missing/wrong forest data. ! Wrong tree species names detected for 1 records (0.1%) in 1 wildland locations (1%). Package 'meteoland' [ver. 2.2.3] ! Simulation errors occurred in 2 out of 2 stands. Check error messages in 'result' ! Error in plot 1:Error in "fordyn": Could not parse date column. ! Error in plot 2:Error in "fordyn": Could not parse date column. ! Simulation errors occurred in 2 out of 2 stands. Check error messages in 'result' ! Error in plot 1:Error in "fordyn": Could not parse date column. ! Error in plot 2:Error in "fordyn": Could not parse date column. [ FAIL 0 | WARN 2 | SKIP 1 | PASS 81 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test_land.R:60:3' [ FAIL 0 | WARN 2 | SKIP 1 | PASS 81 ] > > proc.time() user system elapsed 32.89 1.23 34.06