R Under development (unstable) (2024-08-27 r87062 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. > library(testthat) > library(unmarked) > test_check("unmarked") [ FAIL 0 | WARN 0 | SKIP 37 | PASS 106 ] ══ Skipped tests (37) ══════════════════════════════════════════════════════════ • On CRAN (37): 'test_IDS.R:2:1', 'test_colext.R:2:1', 'test_crossVal.R:2:1', 'test_distsamp.R:2:1', 'test_distsampOpen.R:2:1', 'test_fitList.R:3:1', 'test_gdistremoval.R:2:1', 'test_gdistsamp.R:2:1', 'test_gmultmix.R:2:1', 'test_goccu.R:2:1', 'test_gpcount.R:2:1', 'test_linearComb.R:3:1', 'test_modSel.R:3:1', 'test_multinomPois.R:2:1', 'test_multmixOpen.R:2:1', 'test_nmixTTD.R:2:1', 'test_nonparboot.R:2:1', 'test_occu.R:3:1', 'test_occuCOP.R:2:1', 'test_occuFP.R:2:1', 'test_occuMS.R:2:1', 'test_occuMulti.R:2:1', 'test_occuPEN.R:2:1', 'test_occuRN.R:2:1', 'test_occuTTD.R:2:1', 'test_parboot.R:2:1', 'test_pcount.R:2:1', 'test_pcount.spHDS.R:2:1', 'test_pcountOpen.R:2:1', 'test_plotEffects.R:3:1', 'test_powerAnalysis.R:2:1', 'test_powerAnalysis_deprecated.R:2:1', 'test_predict.R:3:1', 'test_ranef_predict.R:2:1', 'test_simulate.R:2:1', 'test_simulate_deprecated.R:2:1', 'test_vif.R:2:1' [ FAIL 0 | WARN 0 | SKIP 37 | PASS 106 ] > > proc.time() user system elapsed 2.21 0.20 2.39