R Under development (unstable) (2025-01-16 r87584 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:576:3', 'test-joint_model.R:875:3', 'test-joint_model.R:1040:3', 'test-joint_model.R:1119:3', 'test-joint_model.R:1204:3', 'test-joint_model.R:1290:3', 'test-joint_model.R:1372:3', 'test-joint_model.R:1457:3', 'test-joint_model.R:1528:3', 'test-joint_model.R:1598:3', 'test-joint_model.R:1673:3', 'test-joint_model.R:1772:3', 'test-joint_model.R:1865:3', 'test-joint_model.R:1962:3', 'test-joint_model.R:2044:3', 'test-joint_model.R:2124: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 5.85 0.29 6.14