R Under development (unstable) (2025-11-05 r88988 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. > # 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(suwo) Please cite 'suwo' as: Araya-Salas, M., J. Elizondo-Calvo & A. Rico-Guevara. 2025. suwo: access nature media repositories through R. R package version 0.1.0. > > test_check("suwo") [ FAIL 0 | WARN 0 | SKIP 55 | PASS 1 ] ══ Skipped tests (55) ══════════════════════════════════════════════════════════ • On CRAN (47): 'test_download_media.R:3:3', 'test_download_media.R:39:3', 'test_download_media.R:78:3', 'test_download_media.R:120:3', 'test_download_media.R:152:13', 'test_download_media.R:184:3', 'test_download_media.R:214:3', 'test_download_media.R:245:3', 'test_download_media.R:280:3', 'test_download_media.R:322:3', 'test_find_duplicates.R:3:3', 'test_map_locations.R:2:3', 'test_merge_metadata.R:3:3', 'test_query_gbif.R:2:3', 'test_query_gbif.R:13:3', 'test_query_gbif.R:24:3', 'test_query_gbif.R:34:3', 'test_query_gbif.R:44:3', 'test_query_gbif.R:58:3', 'test_query_gbif.R:69:3', 'test_query_gbif.R:87:3', 'test_query_gbif.R:104:3', 'test_query_inaturalist.R:2:3', 'test_query_inaturalist.R:13:3', 'test_query_inaturalist.R:24:3', 'test_query_inaturalist.R:34:3', 'test_query_inaturalist.R:45:3', 'test_query_inaturalist.R:58:3', 'test_query_inaturalist.R:72:3', 'test_query_wikiaves.R:3:3', 'test_query_wikiaves.R:15:3', 'test_query_wikiaves.R:26:3', 'test_query_wikiaves.R:39:3', 'test_query_wikiaves.R:64:3', 'test_query_wikiaves.R:76:3', 'test_query_xenocanto.R:2:3', 'test_query_xenocanto.R:18:3', 'test_query_xenocanto.R:33:3', 'test_query_xenocanto.R:45:3', 'test_query_xenocanto.R:77:3', 'test_query_xenocanto.R:96:3', 'test_query_xenocanto.R:112:3', 'test_remove_duplicates.R:3:3', 'test_update_metadata.R:2:3', 'test_update_metadata.R:18:3', 'test_update_metadata.R:33:3', 'test_update_metadata.R:49:3' • interactive() is not TRUE (8): 'test_download_media.R:355:3', 'test_download_media.R:389:3', 'test_download_media.R:423:3', 'test_query_macaulay.R:16:3', 'test_query_macaulay.R:29:3', 'test_query_macaulay.R:42:3', 'test_update_metadata.R:71:3', 'test_update_metadata.R:90:3' [ FAIL 0 | WARN 0 | SKIP 55 | PASS 1 ] > > proc.time() user system elapsed 3.60 0.64 5.04