R Under development (unstable) (2024-02-19 r85946 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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(taxa) Loading required package: vctrs Attaching package: 'taxa' The following object is masked from 'package:testthat': matches The following object is masked from 'package:base': %in% > > test_check("taxa") [ FAIL 0 | WARN 0 | SKIP 11 | PASS 409 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • On CRAN (11): 'test--taxon.R:42:3', 'test--taxon.R:56:3', 'test--taxon_authority.R:32:3', 'test--taxon_authority.R:39:3', 'test--taxon_db.R:34:3', 'test--taxon_db.R:41:3', 'test--taxon_db_def.R:7:3', 'test--taxon_id.R:40:3', 'test--taxon_id.R:47:3', 'test--taxon_rank.R:33:3', 'test--taxonomy.R:48:3' [ FAIL 0 | WARN 0 | SKIP 11 | PASS 409 ] > > proc.time() user system elapsed 3.92 0.35 4.28