R version 4.4.0 beta (2024-04-11 r86406 ucrt) -- "Puppy Cup" 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(CatastRo) > > test_check("CatastRo") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 56 | PASS 8 ] ══ Skipped tests (56) ══════════════════════════════════════════════════════════ • On CRAN (55): 'test-atom_ad.R:2:3', 'test-atom_ad.R:25:3', 'test-atom_ad_db.R:2:3', 'test-atom_bu.R:2:3', 'test-atom_bu.R:32:3', 'test-atom_bu_db.R:2:3', 'test-atom_cp.R:2:3', 'test-atom_cp.R:24:3', 'test-atom_cp_db.R:2:3', 'test-atom_search_munic.R:2:3', 'test-get_code_from_coords.R:2:3', 'test-ovc_cpmrc.R:2:3', 'test-ovc_cpmrc.R:11:3', 'test-ovc_cpmrc.R:25:3', 'test-ovc_cpmrc.R:35:3', 'test-ovc_cpmrc.R:49:3', 'test-ovc_rccoor.R:2:3', 'test-ovc_rccoor.R:14:3', 'test-ovc_rccoor.R:28:3', 'test-ovc_rccoor.R:37:3', 'test-ovc_rccoor.R:46:3', 'test-ovc_rccoor.R:58:3', 'test-ovc_rccoor.R:68:3', 'test-ovc_rccoor.R:80:3', 'test-ovc_rccoor_distancia.R:2:3', 'test-ovc_rccoor_distancia.R:13:3', 'test-ovc_rccoor_distancia.R:27:3', 'test-ovc_rccoor_distancia.R:36:3', 'test-ovc_rccoor_distancia.R:50:3', 'test-ovc_rccoor_distancia.R:66:3', 'test-ovc_rccoor_distancia.R:79:3', 'test-ovccallejero.R:2:3', 'test-ovccallejero.R:13:3', 'test-wfs_ad.R:6:3', 'test-wfs_ad.R:14:3', 'test-wfs_ad.R:28:3', 'test-wfs_ad.R:37:3', 'test-wfs_ad.R:48:3', 'test-wfs_ad.R:57:3', 'test-wfs_ad.R:68:3', 'test-wfs_bu.R:7:3', 'test-wfs_bu.R:17:3', 'test-wfs_bu.R:31:3', 'test-wfs_bu.R:40:3', 'test-wfs_bu.R:53:3', 'test-wfs_bu.R:64:3', 'test-wfs_bu.R:75:3', 'test-wfs_cp.R:6:3', 'test-wfs_cp.R:14:3', 'test-wfs_cp.R:28:3', 'test-wfs_cp.R:39:3', 'test-wfs_cp.R:49:3', 'test-wfs_cp.R:58:3', 'test-wfs_cp.R:70:3', 'test-wms_all.R:9:3' • On Windows (1): 'test-cache_dir.R:2:3' [ FAIL 0 | WARN 0 | SKIP 56 | PASS 8 ] > > proc.time() user system elapsed 1.65 0.12 3.14