R Under development (unstable) (2025-12-03 r89090 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(nlgeocoder) > > test_check("nlgeocoder") [ FAIL 0 | WARN 0 | SKIP 35 | PASS 0 ] ══ Skipped tests (35) ══════════════════════════════════════════════════════════ • Nice to have, but not right now (1): 'test-nl_geocode.R:22:3' • On CRAN (34): 'test-nl_free.R:4:3', 'test-nl_free.R:10:3', 'test-nl_free.R:16:3', 'test-nl_free.R:22:3', 'test-nl_free.R:28:3', 'test-nl_free.R:34:3', 'test-nl_free.R:40:3', 'test-nl_free.R:46:3', 'test-nl_free.R:52:3', 'test-nl_geocode.R:4:3', 'test-nl_geocode.R:10:3', 'test-nl_geocode.R:16:3', 'test-nl_geocode.R:29:3', 'test-nl_geocode.R:35:3', 'test-nl_geocode.R:41:3', 'test-nl_geocode.R:47:3', 'test-nl_geocode.R:53:3', 'test-nl_geocode.R:59:3', 'test-nl_geocode.R:65:3', 'test-nl_geocode.R:71:3', 'test-nl_geocode.R:77:3', 'test-nl_geocode.R:84:3', 'test-nl_lookup.R:4:3', 'test-nl_lookup.R:10:3', 'test-nl_suggest.R:4:3', 'test-nl_suggest.R:10:3', 'test-nl_suggest.R:16:3', 'test-nl_suggest.R:22:3', 'test-nl_suggest.R:28:3', 'test-nl_suggest.R:34:3', 'test-nl_suggest.R:40:3', 'test-nl_suggest.R:46:3', 'test-nl_suggest.R:52:3', 'test-utf8.R:4:3' [ FAIL 0 | WARN 0 | SKIP 35 | PASS 0 ] > > proc.time() user system elapsed 1.03 0.09 1.12