R Under development (unstable) (2023-10-13 r85327 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(galah) Attaching package: 'galah' The following object is masked from 'package:stats': filter > > galah_config(cache_directory = tempdir(), email = "ala4r@ala.org.au", + caching = FALSE, atlas = "Australia", verbose = FALSE, + run_checks = TRUE) > test_check("galah") [ FAIL 0 | WARN 0 | SKIP 92 | PASS 550 ] ══ Skipped tests (92) ══════════════════════════════════════════════════════════ • On CRAN (92): 'test-atlas_media.R:5:3', 'test-atlas_media.R:20:3', 'test-atlas_media.R:35:3', 'test-atlas_occurrences.R:9:3', 'test-atlas_occurrences.R:24:3', 'test-atlas_occurrences.R:45:3', 'test-atlas_occurrences.R:78:3', 'test-atlas_species.R:11:3', 'test-atlas_species.R:25:3', 'test-atlas_species.R:42:3', 'test-clear_cached_files.R:4:3', 'test-collect_media.R:2:3', 'test-collect_media.R:13:3', 'test-collect_media.R:21:3', 'test-collect_media.R:54:3', 'test-collect_occurrences.R:2:3', 'test-deprecated_functions.R:46:3', 'test-deprecated_functions.R:59:3', 'test-deprecated_functions.R:76:3', 'test-deprecated_functions.R:81:3', 'test-deprecated_functions.R:87:3', 'test-deprecated_functions.R:93:3', 'test-deprecated_functions.R:100:3', 'test-deprecated_functions.R:107:3', 'test-deprecated_functions.R:127:3', 'test-deprecated_functions.R:132:3', 'test-deprecated_functions.R:138:3', 'test-deprecated_functions.R:143:3', 'test-deprecated_functions.R:149:3', 'test-deprecated_functions.R:154:3', 'test-deprecated_functions.R:160:3', 'test-deprecated_functions.R:165:3', 'test-galah_apply_profile.R:18:3', 'test-galah_apply_profile.R:35:3', 'test-galah_config.R:4:3', 'test-galah_polygon.R:21:3', 'test-galah_select.R:12:3', 'test-galah_select.R:24:3', 'test-galah_select.R:96:3', 'test-galah_select.R:103:3', 'test-international-Austria.R:138:3', 'test-international-Brazil.R:135:3', 'test-international-France.R:98:5', 'test-international-France.R:115:5', 'test-international-France.R:127:3', 'test-international-France.R:139:3', 'test-international-GBIF.R:159:3', 'test-international-Guatemala.R:126:3', 'test-international-Sweden.R:117:5', 'test-international-Sweden.R:128:3', 'test-search_all.R:4:3', 'test-search_all.R:9:3', 'test-search_all.R:29:3', 'test-search_all.R:35:3', 'test-search_all.R:49:3', 'test-search_all.R:62:3', 'test-search_all.R:75:3', 'test-search_all.R:88:3', 'test-search_all.R:101:3', 'test-search_all.R:115:3', 'test-search_all.R:128:3', 'test-search_all.R:134:3', 'test-search_all.R:147:3', 'test-search_all.R:160:3', 'test-search_all.R:174:3', 'test-search_all.R:187:3', 'test-show_all.R:5:3', 'test-show_all.R:31:3', 'test-show_all.R:39:3', 'test-show_all.R:47:3', 'test-show_all.R:55:3', 'test-show_all.R:63:3', 'test-show_all.R:71:3', 'test-show_all.R:79:3', 'test-show_all.R:87:3', 'test-show_all.R:95:3', 'test-show_all.R:103:3', 'test-show_all.R:111:3', 'test-show_all_cached_files.R:4:3', 'test-show_values.R:18:3', 'test-show_values.R:28:3', 'test-show_values.R:42:3', 'test-show_values.R:56:3', 'test-show_values.R:70:3', 'test-show_values.R:76:3', 'test-show_values.R:91:3', 'test-show_values.R:106:3', 'test-show_values.R:122:3', 'test-show_values.R:131:3', 'test-show_values.R:145:3', 'test-show_values.R:164:3', 'test-show_values.R:183:3' [ FAIL 0 | WARN 0 | SKIP 92 | PASS 550 ] > > proc.time() user system elapsed 85.56 1.51 133.04