R Under development (unstable) (2024-05-30 r86651 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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(incidence) > > test_check("incidence") [ FAIL 0 | WARN 1 | SKIP 18 | PASS 233 ] ══ Skipped tests (18) ══════════════════════════════════════════════════════════ • On CRAN (18): 'test-bootstrap.R:18:3', 'test-bootstrap.R:36:3', 'test-conversions.R:4:3', 'test-conversions.R:111:3', 'test-cumulate.R:4:3', 'test-fit.R:4:3', 'test-fit.R:26:3', 'test-fit.R:56:3', 'test-non-exported.R:26:3', 'test-non-exported.R:48:3', 'test-palettes.R:4:3', 'test-palettes.R:13:3', 'test-palettes.R:24:3', 'test-plot.R:4:3', 'test-pool.R:4:3', 'test-subset.R:4:3', 'test-subset.R:40:3', 'test-subset.R:69:3' [ FAIL 0 | WARN 1 | SKIP 18 | PASS 233 ] > > proc.time() user system elapsed 3.50 0.42 3.90