R Under development (unstable) (2024-12-15 r87442 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(vdiffr) > library(rbiom) > > test_check("rbiom") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 34 | PASS 182 ] ══ Skipped tests (34) ══════════════════════════════════════════════════════════ • On CRAN (34): 'test-as_rbiom.r:16:3', 'test-bdiv_heatmap.r:5:3', 'test-biom_merge.r:11:3', 'test-bdiv_ord_plot.r:6:3', 'test-biom_ply.r:9:3', 'test-biom_ply.r:48:3', 'test-boxplot_build.r:3:3', 'test-cache.r:3:3', 'test-boxplot.r:10:3', 'test-convert.r:3:3', 'test-convert.r:15:3', 'test-distmat_ord_table.r:6:3', 'test-import_table.r:13:3', 'test-plot_heatmap.r:15:3', 'test-plot_palettes.r:6:3', 'test-provenance.r:3:3', 'test-corrplot.r:11:3', 'test-rarefy.r:3:3', 'test-rbiom-deprecated.r:3:3', 'test-read_biom.r:3:3', 'test-rbiom_objects.r:24:3', 'test-read_fasta.r:3:3', 'test-read_tree.r:7:3', 'test-s3_methods.r:3:3', 'test-stats_emmeans.r:8:3', 'test-stats_wilcox.r:3:3', 'test-taxa_map.r:3:3', 'test-taxa_heatmap.r:5:3', 'test-taxa_stacked.r:5:3', 'test-taxa_table.r:3:3', 'test-utils.r:3:3', 'test-validate.r:3:3', 'test-write_xlsx.r:3:3', 'test-write_biom.r:19:3' [ FAIL 0 | WARN 0 | SKIP 34 | PASS 182 ] > > proc.time() user system elapsed 2.90 0.57 13.40