R Under development (unstable) (2025-11-12 r89009 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. R package version 0.1.0. > > test_check("suwo") [ FAIL 0 | WARN 0 | SKIP 53 | PASS 7 ] ══ Skipped tests (53) ══════════════════════════════════════════════════════════ • On CRAN (45): 'test_download_media.R:3:3', 'test_download_media.R:41:3', 'test_download_media.R:81:3', 'test_download_media.R:125:3', 'test_download_media.R:159:13', 'test_download_media.R:193:3', 'test_download_media.R:225:3', 'test_download_media.R:258:3', 'test_download_media.R:295:3', 'test_download_media.R:339:3', 'test_find_duplicates.R:3:3', 'test_map_locations.R:2:3', 'test_query_gbif.R:2:3', 'test_query_gbif.R:13:3', 'test_query_gbif.R:26:3', 'test_query_gbif.R:37:3', 'test_query_gbif.R:48:3', 'test_query_gbif.R:63:3', 'test_query_gbif.R:76:3', 'test_query_gbif.R:95:3', 'test_query_gbif.R:113:3', 'test_query_inaturalist.R:2:3', 'test_query_inaturalist.R:15:3', 'test_query_inaturalist.R:28:3', 'test_query_inaturalist.R:40:3', 'test_query_inaturalist.R:51:3', 'test_query_inaturalist.R:65:3', 'test_query_inaturalist.R:81:3', 'test_query_wikiaves.R:3:3', 'test_query_wikiaves.R:17:3', 'test_query_wikiaves.R:32:3', 'test_query_wikiaves.R:44:3', 'test_query_wikiaves.R:58:3', 'test_query_xenocanto.R:2:3', 'test_query_xenocanto.R:19:3', 'test_query_xenocanto.R:35:3', 'test_query_xenocanto.R:47:3', 'test_query_xenocanto.R:82:3', 'test_query_xenocanto.R:103:3', 'test_query_xenocanto.R:121:3', 'test_remove_duplicates.R:3:3', 'test_update_metadata.R:2:3', 'test_update_metadata.R:22:3', 'test_update_metadata.R:41:3', 'test_update_metadata.R:58:3' • interactive() is not TRUE (8): 'test_download_media.R:374:3', 'test_download_media.R:408:3', 'test_download_media.R:443:3', 'test_query_macaulay.R:16:3', 'test_query_macaulay.R:29:3', 'test_query_macaulay.R:42:3', 'test_update_metadata.R:84:3', 'test_update_metadata.R:105:3' [ FAIL 0 | WARN 0 | SKIP 53 | PASS 7 ] > > proc.time() user system elapsed 5.57 0.98 7.53