R Under development (unstable) (2026-01-10 r89298 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(nominatimlite) > > test_check("nominatimlite") Starting 2 test processes. > test-nominatim_check_access.R: trying URL 'https://www.google.com/some_invented_entry?' > test-nominatim_check_access.R: trying URL 'https://www.google.com/some_invented_entry?' [ FAIL 0 | WARN 0 | SKIP 57 | PASS 25 ] ══ Skipped tests (57) ══════════════════════════════════════════════════════════ • On CRAN (57): 'test-geo_address_lookup.R:2:3', 'test-geo_address_lookup.R:39:3', 'test-geo_address_lookup.R:50:3', 'test-geo_address_lookup.R:113:3', 'test-geo_address_lookup.R:143:3', 'test-geo_address_lookup.R:164:3', 'test-geo_address_lookup_sf.R:2:3', 'test-geo_address_lookup_sf.R:20:3', 'test-geo_address_lookup_sf.R:30:3', 'test-geo_address_lookup_sf.R:78:3', 'test-geo_address_lookup_sf.R:108:3', 'test-geo_address_lookup_sf.R:124:3', 'test-geo_address_lookup_sf.R:145:3', 'test-geo_amenity.R:2:3', 'test-geo_amenity.R:26:3', 'test-geo_amenity_sf.R:2:3', 'test-geo_amenity_sf.R:26:3', 'test-geo_lite.R:2:3', 'test-geo_lite.R:34:3', 'test-geo_lite.R:47:3', 'test-geo_lite.R:109:3', 'test-geo_lite.R:135:3', 'test-geo_lite.R:149:3', 'test-geo_lite_sf.R:2:3', 'test-geo_lite_sf.R:20:3', 'test-geo_lite_sf.R:54:3', 'test-geo_lite_sf.R:106:3', 'test-geo_lite_sf.R:130:3', 'test-geo_lite_sf.R:148:3', 'test-geo_lite_sf.R:164:3', 'test-geo_lite_struct.R:2:3', 'test-geo_lite_struct.R:66:3', 'test-geo_lite_struct.R:79:3', 'test-geo_lite_struct.R:141:3', 'test-geo_lite_struct_sf.R:2:3', 'test-geo_lite_struct_sf.R:29:3', 'test-geo_lite_struct_sf.R:60:3', 'test-geo_lite_struct_sf.R:129:3', 'test-reverse_geo_lite.R:2:3', 'test-reverse_geo_lite.R:17:3', 'test-reverse_geo_lite.R:32:3', 'test-reverse_geo_lite.R:65:3', 'test-reverse_geo_lite.R:76:3', 'test-reverse_geo_lite.R:150:3', 'test-reverse_geo_lite.R:188:3', 'test-reverse_geo_lite.R:213:3', 'test-reverse_geo_lite.R:231:3', 'test-reverse_geo_lite_sf.R:2:3', 'test-reverse_geo_lite_sf.R:17:3', 'test-reverse_geo_lite_sf.R:42:3', 'test-reverse_geo_lite_sf.R:77:3', 'test-reverse_geo_lite_sf.R:108:3', 'test-reverse_geo_lite_sf.R:189:3', 'test-reverse_geo_lite_sf.R:213:3', 'test-reverse_geo_lite_sf.R:240:3', 'test-reverse_geo_lite_sf.R:258:3', 'test-nominatim_check_access.R:12:3' [ FAIL 0 | WARN 0 | SKIP 57 | PASS 25 ] > > proc.time() user system elapsed 2.17 0.21 8.01