R Under development (unstable) (2025-12-11 r89147 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. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(serocalculator) > > test_check("serocalculator", stop_on_warning = TRUE) Attaching package: 'magrittr' The following objects are masked from 'package:testthat': equals, is_less_than, not Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Proceeding to use "`Age`" Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Attaching package: 'readr' The following objects are masked from 'package:testthat': edition_get, local_edition [ FAIL 0 | WARN 0 | SKIP 49 | PASS 46 ] ══ Skipped tests (49) ══════════════════════════════════════════════════════════ • On CRAN (49): 'test-ab.R:1:1', 'test-ab0.R:1:1', 'test-ab1.R:1:1', 'test-analyze_sims.R:1:1', 'test-as_noise_params.R:13:1', 'test-as_pop_data.R:1:1', 'test-as_sr_params.R:22:1', 'test-autoplot.curve_params.R:1:1', 'test-autoplot.pop_data.R:19:1', 'test-autoplot.pop_data.R:34:1', 'test-autoplot.pop_data.R:43:1', 'test-autoplot.seroincidence.by.R:18:1', 'test-autoplot.sim_results.R:1:1', 'test-autoplot.summary.seroincidence.by.R:1:1', 'test-autoplot.summary.seroincidence.by.R:56:1', 'test-autoplot.summary.seroincidence.by.R:97:1', 'test-autoplot.summary.seroincidence.by.R:141:1', 'test-autoplot.summary.seroincidence.by.R:185:1', 'test-df_to_array.R:1:1', 'test-est_seroincidence.R:1:1', 'test-est_seroincidence.R:37:1', 'test-est_seroincidence_by.R:78:1', 'test-est_seroincidence_by.R:241:1', 'test-f_dev.R:1:1', 'test-f_dev.R:68:1', 'test-get_biomarker_names.R:1:1', 'test-get_ids.R:2:1', 'test-get_ids.R:9:1', 'test-get_ids.R:18:1', 'test-get_ids.R:28:1', 'test-graph.curve.params.R:1:1', 'test-graph.curve.params.R:50:1', 'test-log_likelihood.R:1:1', 'test-plot_curve_params_one_ab.R:1:1', 'test-print.seroincidence.R:1:1', 'test-print.seroincidence.by.R:1:1', 'test-print.summary.seroincidence.by.R:1:1', 'test-set_id.R:1:1', 'test-set_id.R:13:1', 'test-sim_pop_data.R:1:1', 'test-sim_pop_data_multi.R:2:3', 'test-strata.R:1:1', 'test-stratify_data.R:1:1', 'test-stratify_data.R:20:1', 'test-summary.pop_data.R:12:1', 'test-summary.pop_data.R:16:1', 'test-summary.seroincidence.by.R:1:1', 'test-warn_missing_strata.R:1:1', 'test-warn_missing_strata.R:14:1' [ FAIL 0 | WARN 0 | SKIP 49 | PASS 46 ] Deleting unused snapshots: 'sim_pop_data_multi/pop_data_multi.csv' > > proc.time() user system elapsed 44.25 1.37 60.11