R Under development (unstable) (2024-04-27 r86487 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. > library(testthat) > library(osmextract) Data (c) OpenStreetMap contributors, ODbL 1.0. https://www.openstreetmap.org/copyright. Check the package website, https://docs.ropensci.org/osmextract/, for more details. > > test_check("osmextract") [ FAIL 0 | WARN 4 | SKIP 13 | PASS 125 ] ══ Skipped tests (13) ══════════════════════════════════════════════════════════ • On CRAN (13): 'test-download.R:2:3', 'test-find.R:59:3', 'test-get-keys.R:93:3', 'test-get.R:2:3', 'test-get.R:21:3', 'test-get.R:48:3', 'test-match.R:86:3', 'test-match.R:184:3', 'test-match.R:195:3', 'test-match.R:211:3', 'test-read-poly.R:117:3', 'test-read.R:32:3', 'test-update.R:3:3' [ FAIL 0 | WARN 4 | SKIP 13 | PASS 125 ] > > proc.time() user system elapsed 9.28 1.62 11.35