R Under development (unstable) (2025-12-08 r89124 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. > library(testthat) > library(InvaLag) > > test_check("InvaLag") Counts standardized by sampling effort DATA VALIDATION REPORT ====================== Records: 30 Time span: 1990 - 2019 Unique years: 30 All checks passed. Data ready for analysis. DATA VALIDATION REPORT ====================== Records: 10 Time span: 1 - 10 Unique years: 10 ERRORS (must fix): [X] year and count have different lengths Please fix errors before proceeding. [ FAIL 0 | WARN 38 | SKIP 0 | PASS 59 ] [ FAIL 0 | WARN 38 | SKIP 0 | PASS 59 ] > > proc.time() user system elapsed 4.85 0.45 5.29