R Under development (unstable) (2025-07-27 r88459 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) > library(EML) > > test_check("EML") [ FAIL 0 | WARN 3 | SKIP 8 | PASS 90 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • Interactive test (2): 'test-set_taxonomicCoverage.R:55:3', 'test-set_taxonomicCoverage.R:67:3' • On CRAN (3): 'test-additional-tests.R:29:3', 'test-eml2.R:8:3', 'test-set_taxonomicCoverage.R:40:3' • auto-simplifying units does not yet work (2): 'test_get_unit_id.R:81:1', 'test_get_unit_id.R:100:3' • file.exists("hf205-01-TPexp1.csv") is not TRUE (1): 'test-additional-tests.R:18:3' [ FAIL 0 | WARN 3 | SKIP 8 | PASS 90 ] > > proc.time() user system elapsed 12.95 1.03 13.93