R Under development (unstable) (2025-01-10 r87562 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(rbiom) > > test_check("rbiom") [ FAIL 1 | WARN 0 | SKIP 32 | PASS 179 ] ══ Skipped tests (32) ══════════════════════════════════════════════════════════ • On CRAN (32): 'test-as_rbiom.r:16:3', 'test-bdiv_heatmap.r:5:3', 'test-bdiv_ord_plot.r:6:3', 'test-biom_merge.r:11:3', 'test-biom_ply.r:9:3', 'test-biom_ply.r:48:3', 'test-boxplot.r:10:3', 'test-boxplot_build.r:3:3', 'test-cache.r:3:3', 'test-corrplot.r:11: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-rarefy.r:3:3', 'test-rbiom-deprecated.r:3:3', 'test-rbiom_objects.r:24:3', 'test-read_biom.r:3: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_heatmap.r:5:3', 'test-taxa_map.r:3: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_biom.r:15:3', 'test-write_xlsx.r:3:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-bdiv_table.r:7:3'): bdiv_table ─────────────────────────────── round(...) (`actual`) not equal to c(0.2, 0.37, 0.42, 0.14, 0.21, 0.32, 0.25, 0.3, 0.41, 0.4) (`expected`). `actual[1:5]`: 0.190 0.360 0.420 0.140 0.210 `expected[1:5]`: 0.200 0.370 0.420 0.140 0.210 `actual[6:10]`: 0.320 0.250 0.300 0.400 0.410 `expected[6:10]`: 0.320 0.250 0.300 0.410 0.400 [ FAIL 1 | WARN 0 | SKIP 32 | PASS 179 ] Error: Test failures Execution halted