R Under development (unstable) (2025-06-16 r88324 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. > library(testthat) > test_check("taxizedb") Loading required package: taxizedb [ FAIL 0 | WARN 0 | SKIP 15 | PASS 1 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (14): 'test-caching.R:4:3', 'test-caching.R:28:3', 'test-children.R:2:1', 'test-classification.R:2:1', 'test-db_download.R:3:3', 'test-downstream.R:3:1', 'test-name2taxid.R:3:1', 'test-rank_utils.R:2:3', 'test-safety.R:3:1', 'test-sql_collect.R:3:1', 'test-src.R:3:1', 'test-taxa_at.R:1:1', 'test-taxid2name.R:3:1', 'test-taxid2rank.R:3:1' • Sys.getenv("taxizedb_docker") == "test" is not TRUE (1): 'test-realthing.R:3:3' [ FAIL 0 | WARN 0 | SKIP 15 | PASS 1 ] > > proc.time() user system elapsed 1.23 0.21 1.43