R Under development (unstable) (2023-09-02 r85048 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(vdiffr) > library(hagis) > > test_check("hagis") [ FAIL 0 | WARN 0 | SKIP 2 | PASS 66 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-autoplot_hagis_complexities.R:14:3', 'test-autoplot_rps_summary.R:15:3' [ FAIL 0 | WARN 0 | SKIP 2 | PASS 66 ] Deleting unused snapshots: • autoplot_hagis_complexities/count-complexities-asc-blue.svg • autoplot_hagis_complexities/perc-complexities-asc-blue.svg • autoplot_hagis_complexities/perc-complexities-blue.svg • autoplot_hagis_complexities/perc-complexities-desc-blue.svg • autoplot_hagis_complexities/perc-complexities.svg • autoplot_rps_summary/count-summary-asc-blue.svg • autoplot_rps_summary/perc-summary-asc-blue.svg • autoplot_rps_summary/perc-summary-blue.svg • autoplot_rps_summary/perc-summary-des-blue.svg • autoplot_rps_summary/perc-summary.svg > > proc.time() user system elapsed 1.89 0.25 2.14