R Under development (unstable) (2025-07-24 r88447 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(happign) Please make sure you have an internet connection. Use happign::get_last_news() to display latest geoservice news. > > test_check("happign") Linking to GEOS 3.13.1, GDAL 3.11.0, PROJ 9.6.0; sf_use_s2() is TRUE terra 1.8.60 Attaching package: 'terra' The following objects are masked from 'package:testthat': compare, describe Use happign::get_last_news() to display latest geoservice news. Please make sure you have an internet connection. [ FAIL 2 | WARN 0 | SKIP 39 | PASS 80 ] ══ Skipped tests (39) ══════════════════════════════════════════════════════════ • On CRAN (39): 'test-get_apicarto_cadastre.R:68:7', 'test-get_apicarto_cadastre.R:86:7', 'test-get_apicarto_cadastre.R:103:7', 'test-get_apicarto_cadastre.R:121:7', 'test-get_apicarto_cadastre.R:139:7', 'test-get_apicarto_codes_postaux.R:7:7', 'test-get_apicarto_gpu.R:39:7', 'test-get_apicarto_rpg.R:6:7', 'test-get_location_info.R:3:7', 'test-get_location_info.R:13:7', 'test-get_location_info.R:25:7', 'test-get_location_info.R:39:7', 'test-get_location_info.R:54:7', 'test-get_location_info.R:66:7', 'test-get_wfs.R:2:4', 'test-get_wfs.R:17:4', 'test-get_wfs.R:39:4', 'test-get_wfs.R:76:7', 'test-get_wfs.R:95:7', 'test-get_wfs.R:109:7', 'test-get_wms_raster.R:7:4', 'test-get_wms_raster.R:21:4', 'test-get_wms_raster.R:31:4', 'test-get_wms_raster.R:42:4', 'test-get_wms_raster.R:53:4', 'test-get_wms_raster.R:64:4', 'test-get_wms_raster.R:75:4', 'test-get_wms_raster.R:82:4', 'test-get_wms_raster.R:106:4', 'test-get_wmts.R:2:4', 'test-get_wmts.R:13:4', 'test-get_wmts.R:24:4', 'test-get_wmts.R:40:4', 'test-get_wmts.R:51:4', 'test-hit_api.R:12:7', 'test-utils.R:3:4', 'test-utils.R:18:4', 'test-utils.R:93:7', 'test-utils.R:106:7' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-get_apicarto_cadastre.R:25:4'): create_params work ─────────── `simple_params` (`actual`) not equal to list(...) (`expected`). `names(actual)` is a character vector ('1') `names(expected)` is absent ── Failure ('test-get_apicarto_cadastre.R:34:4'): create_params work ─────────── `multiple_params` (`actual`) not equal to list(...) (`expected`). `actual` is length 4 `expected` is length 2 `names(actual)` is a character vector ('1', '2', '3', '4') `names(expected)` is absent `actual[[1]]` is length 5 `expected[[1]]` is length 11 names(actual[[1]]) | names(expected[[1]]) [1] "geom" | "geom" [1] [2] "code_insee" | "code_insee" [2] - "code_dep" [3] - "code_com" [4] - "section" [5] - "numero" [6] - "code_arr" [7] - "code_abs" [8] [3] "source_ign" | "source_ign" [9] [4] "_start" | "_start" [10] ... ... ... and 1 more ... `actual[[1]]$code_dep` is absent `expected[[1]]$code_dep` is NULL `actual[[1]]$code_com` is absent `expected[[1]]$code_com` is NULL `actual[[1]]$section` is absent `expected[[1]]$section` is NULL `actual[[1]]$numero` is absent `expected[[1]]$numero` is NULL `actual[[1]]$code_arr` is absent `expected[[1]]$code_arr` is NULL `actual[[1]]$code_abs` is absent `expected[[1]]$code_abs` is NULL `actual[[2]]` is length 5 `expected[[2]]` is length 11 names(actual[[2]]) | names(expected[[2]]) [1] "geom" | "geom" [1] [2] "code_insee" | "code_insee" [2] - "code_dep" [3] - "code_com" [4] - "section" [5] - "numero" [6] - "code_arr" [7] - "code_abs" [8] [3] "source_ign" | "source_ign" [9] [4] "_start" | "_start" [10] ... ... ... and 1 more ... `actual[[2]]$code_dep` is absent `expected[[2]]$code_dep` is NULL `actual[[2]]$code_com` is absent `expected[[2]]$code_com` is NULL `actual[[2]]$section` is absent `expected[[2]]$section` is NULL `actual[[2]]$numero` is absent `expected[[2]]$numero` is NULL `actual[[2]]$code_arr` is absent `expected[[2]]$code_arr` is NULL `actual[[2]]$code_abs` is absent `expected[[2]]$code_abs` is NULL `actual[[3]]` is a list `expected[[3]]` is absent `actual[[4]]` is a list `expected[[4]]` is absent [ FAIL 2 | WARN 0 | SKIP 39 | PASS 80 ] Error: Test failures Execution halted