R Under development (unstable) (2025-02-27 r87839 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. > > > library(testthat) > library(tinyVAST) > > # Run tests > testthat::test_check("tinyVAST") Starting 2 test processes [ FAIL 0 | WARN 5 | SKIP 17 | PASS 15 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (16): 'test-deviance-residuals.R:3:3', 'test-deviance-residuals.R:37:3', 'test-deviance-residuals.R:110:3', 'test-deviance-residuals.R:144:3', 'test-deviance-residuals.R:175:3', 'test-deviance-residuals.R:214:3', 'test-deviance-residuals.R:239:3', 'test-deviance-residuals.R:278:3', 'test-smooths.R:2:3', 'test-smooths.R:70:3', 'test-smooths.R:86:3', 'test-smooths.R:96:3', 'test-smooths.R:113:3', 'test-smooths.R:133:3', 'test-smooths.R:150:3', 'test-smooths.R:167:3' • require(VAST) is not TRUE (1): 'test-index-standardization.R:77:3' [ FAIL 0 | WARN 5 | SKIP 17 | PASS 15 ] > > # Run from local directory > # testthat::test_dir( "C:/Users/James.Thorson/Desktop/Git/tinyVAST/tests/testthat/", reporter="check" ) > > proc.time() user system elapsed 3.98 0.40 54.81