R Under development (unstable) (2025-05-04 r88189 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 1 | SKIP 19 | PASS 22 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • On CRAN (18): 'test-basic-fits.R:41:3', '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:119:3', 'test-smooths.R:135:3', 'test-smooths.R:145:3', 'test-smooths.R:162:3', 'test-smooths.R:182:3', 'test-smooths.R:199:3', 'test-smooths.R:216:3', 'test-smooths.R:236:3' • require(VAST) is not TRUE (1): 'test-index-standardization.R:77:3' [ FAIL 0 | WARN 1 | SKIP 19 | PASS 22 ] > > # Run from local directory > # testthat::test_dir( "C:/Users/James.Thorson/Desktop/Git/tinyVAST/tests/testthat/", reporter="check" ) > # testthat::test_local(path = "C:/Users/James.Thorson/Desktop/Git/tinyVAST" ) > > proc.time() user system elapsed 4.71 0.60 36.15