R Under development (unstable) (2023-08-20 r84995 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. > library(testthat) > library(ubms) Loading required package: unmarked Attaching package: 'ubms' The following objects are masked from 'package:unmarked': fitList, projected The following object is masked from 'package:base': gamma > test_check("ubms") [ FAIL 0 | WARN 0 | SKIP 17 | PASS 301 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (17): 'test_colext.R:3:1', 'test_distsamp.R:3:1', 'test_fit.R:3:1', 'test_fitlist.R:3:1', 'test_linpred.R:3:1', 'test_multinomPois.R:3:1', 'test_occu.R:3:1', 'test_occuRN.R:3:1', 'test_occuTTD.R:3:1', 'test_pcount.R:3:1', 'test_plot_effects.R:3:1', 'test_plot_posteriors.R:3:1', 'test_ranef.R:3:1', 'test_residuals.R:3:1', 'test_spatial.R:3:1', 'test_ubmsFit_methods.R:3:1', 'test_utils.R:3:1' [ FAIL 0 | WARN 0 | SKIP 17 | PASS 301 ] > > proc.time() user system elapsed 6.62 0.87 7.51