R Under development (unstable) (2024-12-05 r87423 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(distcrete) > library(incidence) > library(projections) > library(outbreaks) > library(magrittr) Attaching package: 'magrittr' The following objects are masked from 'package:testthat': equals, is_less_than, not > > test_check("projections") Saving 7 x 7 in image [ FAIL 0 | WARN 0 | SKIP 19 | PASS 76 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • On CRAN (19): 'test-accessors.R:2:5', 'test-accessors.R:21:5', 'test-build_projections.R:2:5', 'test-build_projections.R:27:5', 'test-build_projections.R:50:5', 'test-build_projections.R:69:5', 'test-conversion.R:2:5', 'test-cumulate.R:2:3', 'test-internals.R:2:5', 'test-plots.R:31:3', 'test-plots.R:107:3', 'test-print.R:2:3', 'test-project.R:67:3', 'test-project.R:137:3', 'test-project.R:196:3', 'test-project.R:265:3', 'test-subset.R:2:5', 'test-subset.R:41:5', 'test-subset.R:75:3' [ FAIL 0 | WARN 0 | SKIP 19 | PASS 76 ] Deleting unused snapshots: • plots/basic-example-plot.svg • plots/evd-proj-box-no-outliers.svg • plots/evd-proj-box-only.svg • plots/evd-proj-full-red-ribbon-narrow-range.svg • plots/evd-proj-no-box-custom-lines.svg • plots/evd-proj-no-ribbon.svg • plots/evd-proj-red-box.svg • plots/evd-proj-red-ribbon.svg • plots/evd-proj-ribbon-only.svg • plots/evd-proj-with-incidence-incidence-and-custom.svg • plots/evd-proj-with-incidence-incidence-box-only.svg • plots/evd-proj-with-incidence-incidence-no-box.svg • plots/evd-proj-with-incidence-incidence.svg • plots/evd-proj.svg > > proc.time() user system elapsed 4.89 0.87 5.73