R Under development (unstable) (2024-11-03 r87286 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(divent) > > test_check("divent") Your specified order is larger than that determined by the test, Therefore the order from the test is used. [ FAIL 0 | WARN 0 | SKIP 23 | PASS 0 ] ══ Skipped tests (23) ══════════════════════════════════════════════════════════ • On CRAN (23): 'test_coverage.R:4:5', 'test_coverage.R:17:5', 'test_coverage.R:36:5', 'test_coverage.R:70:5', 'test_div_hill.R:8:5', 'test_div_hill.R:84:5', 'test_div_hurlbert.R:6:5', 'test_div_phylo.R:10:5', 'test_div_phylo.R:88:5', 'test_div_richness.R:8:5', 'test_div_richness.R:28:5', 'test_div_richness.R:42:5', 'test_div_richness.R:55:5', 'test_div_richness.R:68:5', 'test_div_richness.R:129:5', 'test_div_similarity.R:10:5', 'test_ent_shannon.R:6:5', 'test_ent_shannon.R:66:5', 'test_ent_simpson.R:6:5', 'test_ent_simpson.R:67:5', 'test_probabilities.R:6:5', 'test_rcommunity.R:4:5', 'test_rcommunity.R:45:5' [ FAIL 0 | WARN 0 | SKIP 23 | PASS 0 ] > > proc.time() user system elapsed 7.45 0.82 8.23