R Under development (unstable) (2026-02-11 r89406 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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(wikitaxa) > test_check("wikitaxa") [ FAIL 0 | WARN 0 | SKIP 23 | PASS 26 ] ══ Skipped tests (23) ══════════════════════════════════════════════════════════ • On CRAN (23): 'test-wikicommons.R:4:3', 'test-wikicommons.R:37:3', 'test-wikicommons.R:66:3', 'test-wikicommons.R:85:3', 'test-wikicommons.R:109:3', 'test-wikipedia.R:4:3', 'test-wikipedia.R:36:3', 'test-wikipedia.R:65:3', 'test-wikipedia.R:86:3', 'test-wikipedia.R:111:3', 'test-wikispecies.R:4:3', 'test-wikispecies.R:50:3', 'test-wikispecies.R:71:3', 'test-wikispecies.R:96:3', 'test-wikispecies.R:122:3', 'test-wt_data.R:4:3', 'test-wt_wiki_page.R:4:3', 'test-wt_wiki_page.R:15:3', 'test-wt_wiki_page.R:32:3', 'test-wt_wiki_url_build.R:4:3', 'test-wt_wiki_url_build.R:12:3', 'test-wt_wiki_url_parse.R:4:3', 'test-wt_wiki_url_parse.R:15:3' [ FAIL 0 | WARN 0 | SKIP 23 | PASS 26 ] > > proc.time() user system elapsed 2.51 0.37 2.85