R Under development (unstable) (2025-01-26 r87642 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(mregions2) > > test_check("mregions2") Attaching package: 'magrittr' The following objects are masked from 'package:testthat': equals, is_less_than, not (Last Modified: 2025-01-27 10:56:18.590012) Cache is fresh. Reading: './prod/ok/geo/ecs-6413d9a2/ecs.shp' (Last Modified: 2025-01-27 10:56:18.590012) Cache is fresh. Reading: './prod/ok/geo/ecs-6413d9a2/ecs.shp' (Last Modified: 2025-01-27 10:56:18.590012) (Last Modified: 2025-01-27 10:56:18.590012) Cache is fresh. Reading: './prod/ok/geo/ecs_boundaries-641d920c/ecs_boundaries.shp' (Last Modified: 2025-01-27 10:56:18.590012) Cache is fresh. Reading: './prod/ok/geo/ecs_boundaries-641d920c/ecs_boundaries.shp' (Last Modified: 2025-01-27 10:56:18.590012) [ FAIL 0 | WARN 0 | SKIP 6 | PASS 239 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On CRAN (6): 'test-gaz.R:30:5', 'test-gaz.R:172:5', 'test-gaz.R:200:5', 'test-gaz.R:209:5', 'test-prod.R:89:3', 'test-utils.R:82:3' [ FAIL 0 | WARN 0 | SKIP 6 | PASS 239 ] > > proc.time() user system elapsed 6.57 0.75 10.54