R Under development (unstable) (2025-01-06 r87534 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > # nolint start > library(testthat) > library(epiparameter) > # nolint end > > test_check("epiparameter") Citation cannot be created as author, year, journal or title is missing Returning 4 results that match the criteria (4 are parameterised). Use subset to filter by entry variables or single_epiparameter to return a single entry. To retrieve the citation for each use the 'get_citation' function Returning 3 results that match the criteria (3 are parameterised). Use subset to filter by entry variables or single_epiparameter to return a single entry. To retrieve the citation for each use the 'get_citation' function [ FAIL 0 | WARN 3 | SKIP 28 | PASS 525 ] ══ Skipped tests (28) ══════════════════════════════════════════════════════════ • On CRAN (21): 'test-convert_params.R:14:3', 'test-convert_params.R:54:3', 'test-convert_params.R:115:3', 'test-convert_params.R:145:3', 'test-epiparameter.R:189:3', 'test-epiparameter.R:211:3', 'test-epiparameter.R:242:3', 'test-parameter_tbl.R:13:3', 'test-parameter_tbl.R:28:3', 'test-parameter_tbl.R:43:3', 'test-parameter_tbl.R:58:3', 'test-parameter_tbl.R:73:3', 'test-parameter_tbl.R:89:3', 'test-parameter_tbl.R:102:3', 'test-parameter_tbl.R:115:3', 'test-parameter_tbl.R:143:3', 'test-plot.R:7:3', 'test-print.R:6:3', 'test-print.R:11:3', 'test-print.R:17:3', 'test-print.R:28:3' • {epireview} is not installed (7): 'test-coercion.R:13:3', 'test-coercion.R:39:3', 'test-coercion.R:63:3', 'test-coercion.R:88:3', 'test-coercion.R:114:3', 'test-coercion.R:140:3', 'test-coercion.R:169:3' [ FAIL 0 | WARN 3 | SKIP 28 | PASS 525 ] > > proc.time() user system elapsed 19.39 3.98 23.39