R Under development (unstable) (2024-09-04 r87094 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(osmapiR) Data (c) OpenStreetMap contributors, ODbL 1.0. https://www.openstreetmap.org/copyright > > test_check("osmapiR") Logged out from https://api.openstreetmap.org TODO: fix added namespaces in the 2on node R/osm_get_notes.R/osm_get_notes() TODO: fix added namespaces in the 2on node R/osm_get_notes.R/osm_get_notes() [ FAIL 0 | WARN 0 | SKIP 14 | PASS 1826 ] ══ Skipped tests (14) ══════════════════════════════════════════════════════════ • On CRAN (14): 'test-changesets.R:184:3', 'test-changesets.R:243:3', 'test-changesets.R:329:18', 'test-elements.R:88:16', 'test-elements.R:246:19', 'test-elements.R:295:19', 'test-elements.R:482:17', 'test-elements.R:515:16', 'test-elements.R:548:3', 'test-elements.R:595:16', 'test-map_notes.R:59:3', 'test-map_notes.R:126:3', 'test-map_notes.R:234:3', 'test-miscellaneous.R:56:3' [ FAIL 0 | WARN 0 | SKIP 14 | PASS 1826 ] > > proc.time() user system elapsed 113.75 4.51 118.98