R Under development (unstable) (2024-02-29 r86017 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. > # 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 [ FAIL 0 | WARN 0 | SKIP 38 | PASS 20 ] ══ Skipped tests (38) ══════════════════════════════════════════════════════════ • On CRAN (38): 'test-deprecated.R:4:3', 'test-deprecated.R:10:3', '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:100:3', 'test-geo_address_lookup_sf.R:2:3', 'test-geo_address_lookup_sf.R:21:3', 'test-geo_address_lookup_sf.R:31:3', 'test-geo_address_lookup_sf.R:67:3', 'test-geo_address_lookup_sf.R:97:3', 'test-geo_lite.R:2:3', 'test-geo_lite.R:37:3', 'test-geo_lite.R:50:3', 'test-geo_lite.R:111:3', 'test-geo_lite.R:136:3', 'test-geo_lite_sf.R:2:3', 'test-geo_lite_sf.R:20:3', 'test-geo_lite_sf.R:53:3', 'test-geo_lite_sf.R:118:3', 'test-geo_lite_sf.R:142:3', 'test-geo_lite_sf.R:160:3', 'test-reverse_geo_lite.R:2:3', 'test-reverse_geo_lite.R:18:3', 'test-reverse_geo_lite.R:34:3', 'test-reverse_geo_lite.R:69:3', 'test-reverse_geo_lite.R:81:3', 'test-reverse_geo_lite.R:148:3', 'test-reverse_geo_lite.R:189:3', 'test-reverse_geo_lite.R:214:3', 'test-reverse_geo_lite_sf.R:2:3', 'test-reverse_geo_lite_sf.R:18:3', 'test-reverse_geo_lite_sf.R:43:3', 'test-reverse_geo_lite_sf.R:76:3', 'test-reverse_geo_lite_sf.R:106:3', 'test-reverse_geo_lite_sf.R:180:3', 'test-reverse_geo_lite_sf.R:208:3', 'test-reverse_geo_lite_sf.R:235:3' [ FAIL 0 | WARN 0 | SKIP 38 | PASS 20 ] > > proc.time() user system elapsed 1.56 0.15 3.32