R Under development (unstable) (2025-01-24 r87627 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. > # 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(eDNAjoint) > > test_check("eDNAjoint") [ FAIL 0 | WARN 0 | SKIP 43 | PASS 0 ] ══ Skipped tests (43) ══════════════════════════════════════════════════════════ • On CRAN (43): 'test-detection_calculate.R:2:3', 'test-detection_plot.R:2:3', 'test-joint_model.R:2:3', 'test-joint_model.R:577:3', 'test-joint_model.R:876:3', 'test-joint_model.R:1041:3', 'test-joint_model.R:1120:3', 'test-joint_model.R:1205:3', 'test-joint_model.R:1291:3', 'test-joint_model.R:1373:3', 'test-joint_model.R:1458:3', 'test-joint_model.R:1529:3', 'test-joint_model.R:1599:3', 'test-joint_model.R:1674:3', 'test-joint_model.R:1773:3', 'test-joint_model.R:1866:3', 'test-joint_model.R:1963:3', 'test-joint_model.R:2045:3', 'test-joint_model.R:2125:3', 'test-joint_select.R:2:3', 'test-joint_select.R:38:3', 'test-joint_summarize.R:2:3', 'test-joint_summarize.R:35:3', 'test-joint_summarize.R:145:3', 'test-joint_summarize.R:250:3', 'test-joint_summarize.R:329:3', 'test-joint_summarize.R:424:3', 'test-joint_summarize.R:517:3', 'test-joint_summarize.R:584:3', 'test-joint_summarize.R:705:3', 'test-joint_summarize.R:823:3', 'test-joint_summarize.R:915:3', 'test-joint_summarize.R:1024:3', 'test-joint_summarize.R:1131:3', 'test-joint_summarize.R:1238:3', 'test-joint_summarize.R:1326:3', 'test-joint_summarize.R:1410:3', 'test-joint_summarize.R:1498:3', 'test-joint_summarize.R:1573:3', 'test-joint_summarize.R:1645:3', 'test-mu_critical.R:2:3', 'test-mu_critical.R:57:3', 'test-traditional_model.R:2:3' [ FAIL 0 | WARN 0 | SKIP 43 | PASS 0 ] > > proc.time() user system elapsed 8.21 0.46 8.70