R Under development (unstable) (2024-10-01 r87205 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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.4.0] Package 'medfateland' [ver. 2.4.6] > > 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.1] [ FAIL 0 | WARN 0 | SKIP 1 | PASS 81 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test_land.R:60:3' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 81 ] > > proc.time() user system elapsed 100.68 2.89 103.65