R Under development (unstable) (2025-04-29 r88182 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("resevol"); > > test_check("resevol"); [ FAIL 0 | WARN 0 | SKIP 18 | PASS 0 ] ══ Skipped tests (18) ══════════════════════════════════════════════════════════ • On CRAN (18): 'test-initialise.R:6:5', 'test-initialise.R:77:5', 'test-landscape.R:6:5', 'test-landscape.R:12:5', 'test-landscape.R:19:5', 'test-landscape.R:27:5', 'test-landscape.R:37:5', 'test-landscape.R:81:5', 'test-mine_gmatrix.R:6:5', 'test-mine_gmatrix.R:16:5', 'test-sim_farming.R:6:5', 'test-sim_farming.R:50:5', 'test-sim_farming.R:94:5', 'test-sim_farming.R:137:5', 'test-sim_farming.R:180:5', 'test-sim_farming.R:224:5', 'test-sim_farming.R:269:5', 'test-stress.R:6:5' [ FAIL 0 | WARN 0 | SKIP 18 | PASS 0 ] > > proc.time() user system elapsed 0.89 0.10 1.00