R Under development (unstable) (2024-09-01 r87083 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(GeoFIS) Loading required package: sp Loading required package: data.tree Loading required package: FisPro > > test_check("GeoFIS") Linking to GEOS 3.12.1, GDAL 3.8.4, PROJ 9.3.1; sf_use_s2() is TRUE [ FAIL 0 | WARN 0 | SKIP 28 | PASS 187 ] ══ Skipped tests (28) ══════════════════════════════════════════════════════════ • Skipping fusion test (13): 'test_aggreg_fis.R:4:3', 'test_aggreg_fis.R:42:3', 'test_fis_fusion.R:4:3', 'test_fis_fusion.R:25:3', 'test_fis_fusion.R:33:3', 'test_fis_fusion.R:38:3', 'test_fis_fusion.R:46:3', 'test_fis_fusion.R:84:3', 'test_fis_fusion.R:100:3', 'test_fis_fusion.R:127:3', 'test_fis_fusion.R:145:3', 'test_fusion_tolima.R:91:3', 'test_fusion_tolima.R:100:3' • Skipping zoning test (15): 'test_data_in_zone.R:61:3', 'test_data_in_zone.R:75:3', 'test_zoning.R:80:3', 'test_zoning.R:88:3', 'test_zoning.R:109:3', 'test_zoning.R:115:3', 'test_zoning.R:125:3', 'test_zoning.R:138:3', 'test_zoning.R:145:3', 'test_zoning.R:155:3', 'test_zoning.R:169:3', 'test_zoning.R:187:3', 'test_zoning.R:206:3', 'test_zoning.R:227:3', 'test_zoning.R:248:3' [ FAIL 0 | WARN 0 | SKIP 28 | PASS 187 ] > > proc.time() user system elapsed 6.35 0.62 6.96