R Under development (unstable) (2025-05-08 r88190 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(ggsurveillance) > > test_check("ggsurveillance") [ FAIL 0 | WARN 0 | SKIP 37 | PASS 277 ] ══ Skipped tests (37) ══════════════════════════════════════════════════════════ • On CRAN (37): 'test-geom_bar_diverging.R:21:3', 'test-geom_bar_diverging.R:62:3', 'test-geom_bar_diverging.R:90:3', 'test-geom_bar_diverging.R:131:3', 'test-geom_bar_diverging.R:150:3', 'test-geom_bar_diverging.R:166:3', 'test-geom_bar_diverging.R:188:3', 'test-geom_bar_diverging.R:475:3', 'test-geom_bar_diverging.R:512:3', 'test-geom_bar_diverging.R:566:3', 'test-geom_bar_range.R:16:3', 'test-geom_bar_range.R:43:3', 'test-geom_bar_range.R:64:3', 'test-geom_epicurve.R:23:3', 'test-geom_epicurve.R:46:3', 'test-geom_epicurve.R:66:3', 'test-geom_epicurve.R:81:3', 'test-geom_epicurve.R:96:5', 'test-geom_epicurve.R:114:3', 'test-geom_epicurve.R:139:3', 'test-geom_epigantt.R:58:3', 'test-geom_epigantt.R:83:3', 'test-geom_epigantt.R:113:3', 'test-geom_vline_year.R:13:3', 'test-geom_vline_year.R:27:3', 'test-geom_vline_year.R:42:3', 'test-geom_vline_year.R:57:3', 'test-geom_vline_year.R:98:3', 'test-geom_vline_year.R:128:3', 'test-scale_discrete_reverse.R:7:3', 'test-stat_last_value.R:9:3', 'test-stat_last_value.R:29:3', 'test-stat_last_value.R:58:3', 'test-stat_last_value.R:80:3', 'test-stat_last_value.R:102:3', 'test-stat_last_value.R:129:3', 'test-stat_last_value.R:160:3' [ FAIL 0 | WARN 0 | SKIP 37 | PASS 277 ] Deleting unused snapshots: • geom_bar_diverging/1-geom-bar-diverging-basic-vertical.svg • geom_bar_diverging/1-geom-bar-diverging-proportion.svg • geom_bar_diverging/10-break-pos-never-4.svg • geom_bar_diverging/10-break-pos-never-last-level.svg • geom_bar_diverging/10-break-pos-over-limit.svg • geom_bar_diverging/2-geom-bar-diverging-neutral-never.svg • geom_bar_diverging/3-stat-diverging-proportion.svg • geom_bar_diverging/7-geom-area-diverging-1.svg • geom_bar_diverging/7-geom-area-diverging-2.svg • geom_bar_diverging/8-geom-bar-diverging-na-break-pos1.svg • geom_bar_diverging/8-geom-bar-diverging-na-break-pos2.svg • geom_bar_diverging/9-geom-bar-diverging-force-break-pos1.svg • geom_bar_diverging/9-geom-bar-diverging-force-break-pos2.svg • geom_bar_diverging/9-geom-bar-diverging-force-break-pos3.svg • geom_bar_range/1-geom-col-range-flip.svg • geom_bar_range/3-geom-col-range-just-1.svg • geom_epicurve/5-geom-epicurve-res-month.svg • geom_epicurve/5-geom-epicurve-res-week.svg • geom_epicurve/6-geom-epicurve-na-true.svg • geom_epicurve/7-geom-epicurve-bin-date-no-res.svg • geom_epigantt/1-geom-epigantt-flip-aes.svg • geom_epigantt/3-geom-epigantt-full-flip-aes.svg • geom_vline_year/3-geom-vline-year-day-mix.svg • geom_vline_year/3-geom-vline-year-week-mix.svg • geom_vline_year/3-geom-vline-year-week2.svg • geom_vline_year/4-geom-vline-year-epiweek.svg • geom_vline_year/4-geom-vline-year-epiweek2.svg • geom_vline_year/5-geom-hline-year-basic2.svg • geom_vline_year/5-geom-hline-year-epiweek.svg • geom_vline_year/5-geom-hline-year-isoweek.svg • geom_vline_year/5-geom-hline-year-week.svg • scale_discrete_reverse/2-scale-reverse.svg • scale_discrete_reverse/3-scale-reverse.svg • scale_discrete_reverse/4-scale-reverse.svg • stat_last_value/1-stat-last-value-multiple-lines.svg • stat_last_value/2-geom-text-last-value-labeller.svg • stat_last_value/2-geom-text-last-value-percent.svg • stat_last_value/3-geom-label-last-value-nudge.svg • stat_last_value/4-geom-text-last-value-repel-min-segment.svg • stat_last_value/5-geom-label-last-value-repel-custom.svg • stat_last_value/6-stat-last-value-abs-nudge-date.svg • stat_last_value/7-stat-last-value-na-at-end.svg > > proc.time() user system elapsed 16.92 0.75 17.65