R Under development (unstable) (2023-06-17 r84564 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") > test_check("worrms") Loading required package: worrms [ FAIL 0 | WARN 0 | SKIP 34 | PASS 159 ] ══ Skipped tests (34) ══════════════════════════════════════════════════════════ • On CRAN (34): 'test-wm_children.R:40:3', 'test-wm_children.R:86:3', 'test-wm_classification.R:14:3', 'test-wm_classification.R:43:3', 'test-wm_common_id.R:14:3', 'test-wm_common_id.R:45:3', 'test-wm_distribution.R:13:3', 'test-wm_distribution.R:41:3', 'test-wm_external.R:22:3', 'test-wm_external.R:51:3', 'test-wm_id2name.R:13:3', 'test-wm_id2name.R:42:3', 'test-wm_name2id.R:13:3', 'test-wm_name2id.R:40:3', 'test-wm_ranks.R:13:3', 'test-wm_ranks.R:37:3', 'test-wm_record.R:13:3', 'test-wm_record.R:36:3', 'test-wm_record_by_external.R:33:3', 'test-wm_record_by_external.R:60:3', 'test-wm_records_common.R:41:3', 'test-wm_records_common.R:66:3', 'test-wm_records_date.R:4:3', 'test-wm_records_date.R:16:3', 'test-wm_records_name.R:27:3', 'test-wm_records_names.R:16:3', 'test-wm_records_names.R:24:3', 'test-wm_records_rank.R:12:3', 'test-wm_records_taxamatch.R:16:3', 'test-wm_records_taxamatch.R:27:3', 'test-wm_sources.R:17:3', 'test-wm_sources.R:38:3', 'test-wm_synonyms.R:19:3', 'test-wm_synonyms.R:41:3' [ FAIL 0 | WARN 0 | SKIP 34 | PASS 159 ] > > proc.time() user system elapsed 6.85 0.54 7.39