R Under development (unstable) (2023-08-21 r84998 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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. > if (requireNamespace("tinytest", quietly = TRUE)) { + ## Force tests to be executed if in dev release + ## (which we define as having a sub-release) + NOT_CRAN <- length(unclass(packageVersion("tabula"))[[1]]) == 4 + + tinytest::test_package("tabula", at_home = NOT_CRAN) + } test_diversity.R.............. 0 tests test_diversity.R.............. 0 tests test_diversity.R.............. 0 tests test_diversity.R.............. 10 tests OK test_diversity.R.............. 10 tests OK test_diversity.R.............. 11 tests OK test_diversity.R.............. 11 tests OK test_diversity.R.............. 12 tests OK test_diversity.R.............. 12 tests OK test_diversity.R.............. 20 tests OK test_diversity.R.............. 20 tests OK test_diversity.R.............. 21 tests OK test_diversity.R.............. 21 tests OK test_diversity.R.............. 22 tests OK test_diversity.R.............. 22 tests OK test_diversity.R.............. 23 tests OK test_diversity.R.............. 23 tests OK 0.4s test_index.R.................. 0 tests test_index.R.................. 1 tests OK test_index.R.................. 1 tests OK test_index.R.................. 2 tests OK test_index.R.................. 3 tests OK test_index.R.................. 3 tests OK test_index.R.................. 4 tests OK test_index.R.................. 5 tests OK test_index.R.................. 5 tests OK test_index.R.................. 6 tests OK test_index.R.................. 7 tests OK test_index.R.................. 8 tests OK test_index.R.................. 8 tests OK test_index.R.................. 9 tests OK test_index.R.................. 9 tests OK test_index.R.................. 9 tests OK test_index.R.................. 9 tests OK test_index.R.................. 10 tests OK test_index.R.................. 11 tests OK test_index.R.................. 12 tests OK test_index.R.................. 13 tests OK test_index.R.................. 14 tests OK test_index.R.................. 14 tests OK test_index.R.................. 14 tests OK test_index.R.................. 15 tests OK test_index.R.................. 15 tests OK test_index.R.................. 15 tests OK test_index.R.................. 16 tests OK test_index.R.................. 16 tests OK test_index.R.................. 17 tests OK test_index.R.................. 18 tests OK test_index.R.................. 19 tests OK test_index.R.................. 20 tests OK test_index.R.................. 21 tests OK test_index.R.................. 22 tests OK test_index.R.................. 22 tests OK test_index.R.................. 22 tests OK test_index.R.................. 23 tests OK test_index.R.................. 23 tests OK test_index.R.................. 24 tests OK test_index.R.................. 24 tests OK test_index.R.................. 25 tests OK test_index.R.................. 25 tests OK test_index.R.................. 26 tests OK test_index.R.................. 26 tests OK test_index.R.................. 26 tests OK test_index.R.................. 26 tests OK test_index.R.................. 27 tests OK test_index.R.................. 28 tests OK test_index.R.................. 29 tests OK test_index.R.................. 30 tests OK test_index.R.................. 31 tests OK test_index.R.................. 32 tests OK test_index.R.................. 33 tests OK test_index.R.................. 34 tests OK test_index.R.................. 34 tests OK test_index.R.................. 34 tests OK test_index.R.................. 34 tests OK test_index.R.................. 35 tests OK test_index.R.................. 36 tests OK test_index.R.................. 37 tests OK test_index.R.................. 38 tests OK test_index.R.................. 39 tests OK test_index.R.................. 39 tests OK test_index.R.................. 40 tests OK 0.1s test_occurrence.R............. 0 tests test_occurrence.R............. 0 tests test_occurrence.R............. 0 tests test_occurrence.R............. 1 tests OK test_occurrence.R............. 1 tests OK 24ms test_plots.R.................. 0 tests 5ms test_rarefaction.R............ 0 tests test_rarefaction.R............ 0 tests test_rarefaction.R............ 1 tests OK test_rarefaction.R............ 1 tests OK 15ms test_richness.R............... 0 tests test_richness.R............... 0 tests test_richness.R............... 0 tests test_richness.R............... 6 tests OK test_richness.R............... 6 tests OK test_richness.R............... 7 tests OK test_richness.R............... 7 tests OK test_richness.R............... 8 tests OK test_richness.R............... 8 tests OK test_richness.R............... 8 tests OK test_richness.R............... 12 tests OK test_richness.R............... 12 tests OK 78ms test_similarity.R............. 0 tests 6ms test_statistics.R............. 0 tests test_statistics.R............. 1 tests OK test_statistics.R............. 2 tests OK test_statistics.R............. 3 tests OK test_statistics.R............. 4 tests OK test_statistics.R............. 5 tests OK test_statistics.R............. 5 tests OK test_statistics.R............. 6 tests OK 17ms test_turnover.R............... 0 tests test_turnover.R............... 0 tests test_turnover.R............... 0 tests test_turnover.R............... 6 tests OK 21ms All ok, 89 results (0.7s) > > proc.time() user system elapsed 1.07 0.14 1.31