R Under development (unstable) (2024-06-20 r86796 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 1409 ] ══ Skipped tests (14) ══════════════════════════════════════════════════════════ • On CRAN (14): 'test-changesets.R:158:3', 'test-changesets.R:209:3', 'test-changesets.R:275:18', 'test-elements.R:78:16', 'test-elements.R:213:19', 'test-elements.R:239:19', 'test-elements.R:408:17', 'test-elements.R:431:16', 'test-elements.R:449:3', 'test-elements.R:476:16', 'test-map_notes.R:51:3', 'test-map_notes.R:100:3', 'test-map_notes.R:188:3', 'test-miscellaneous.R:54:3' [ FAIL 0 | WARN 0 | SKIP 14 | PASS 1409 ] > > proc.time() user system elapsed 81.42 1.75 83.18