R Under development (unstable) (2023-11-13 r85520 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(respR) > data("urchins.rd") > data("sardine.rd") > data("squid.rd") > data("intermittent.rd") > data("flowthrough.rd") > data("flowthrough_mult.rd") > > test_check("respR") [ FAIL 0 | WARN 0 | SKIP 7 | PASS 6177 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • Extended function tests (1): 'test-various.R:9:3' • On CRAN (6): 'test-auto_rate.R:259:5', 'test-auto_rate.R:279:5', 'test-auto_rate.R:299:5', 'test-auto_rate.R:319:5', 'test-auto_rate.int.R:10:3', 'test-select_rate.R:10:3' [ FAIL 0 | WARN 0 | SKIP 7 | PASS 6177 ] > > proc.time() user system elapsed 335.89 31.68 325.95