R Under development (unstable) (2025-02-24 r87814 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(serofoi) > > test_check("serofoi") Attaching package: 'rlang' The following objects are masked from 'package:testthat': is_false, is_null, is_true Attaching package: 'purrr' The following objects are masked from 'package:rlang': %@%, flatten, flatten_chr, flatten_dbl, flatten_int, flatten_lgl, flatten_raw, invoke, splice The following object is masked from 'package:testthat': is_null [ FAIL 0 | WARN 0 | SKIP 5 | PASS 150 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-fit_seromodel.R:74:3', 'test-fit_seromodel.R:121:3', 'test-fit_seromodel.R:180:3', 'test-fit_seromodel.R:238:3', 'test-plot_seromodel.R:7:1' [ FAIL 0 | WARN 0 | SKIP 5 | PASS 150 ] > > proc.time() user system elapsed 6.70 1.01 7.70