R Under development (unstable) (2024-03-11 r86098 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(mobsim) > > test_check("mobsim") Starting 2 test processes [ FAIL 0 | WARN 1 | SKIP 11 | PASS 162 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • On CRAN (8): 'test_sampling-sample_quadrats().R:43:4', 'test_sampling-sample_quadrats().R:179:4', 'test_simulation_functions-poisson_process.r:2:4', 'test_simulation_functions-poisson_process.r:6:4', 'test_simulation_functions-sim_sad().R:31:4', 'test_simulation_functions-thomas_process.r:3:3', 'test_simulation_functions-thomas_process.r:7:3', 'test_simulation_functions-thomas_process.r:12:3' • sample_quadrats() ensures that this does not happen (3): 'test_sampling-sampling_random_with_overlap.R:38:4', 'test_sampling-sampling_random_without_overlap_bruteforce.R:38:4', 'test_sampling-sampling_random_without_overlap_spatstat.R:38:4' [ FAIL 0 | WARN 1 | SKIP 11 | PASS 162 ] > # test_package("mobsim", reporter="summary") > # test_dir("./tests/testthat", reporter="summary") > > proc.time() user system elapsed 2.65 0.35 7.90