R Under development (unstable) (2024-03-07 r86063 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(ibawds) Loading required package: dslabs > > test_check("ibawds") [ FAIL 0 | WARN 2 | SKIP 8 | PASS 115 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test-cran_packages.R:5:3', 'test-cran_packages.R:12:3', 'test-dist_plots.R:25:3', 'test-dist_plots.R:39:3', 'test-dist_plots.R:55:3', 'test-dist_plots.R:71:3', 'test-slide_tools.R:37:3', 'test-voronoi.R:8:3' [ FAIL 0 | WARN 2 | SKIP 8 | PASS 115 ] Deleting unused snapshots: • dist_plots/density-plot-chi2.svg • dist_plots/density-plot-poisson.svg • dist_plots/density-plot-weibull.svg • dist_plots/distribution-plot-poisson-continuous.svg • dist_plots/distribution-plot-uniform.svg • voronoi/voronoi-suppress-data.svg • voronoi/voronoi-uncoloured-data.svg • voronoi/voronoi-with-data.svg • voronoi/voronoi-with-options.svg > > proc.time() user system elapsed 4.64 0.89 5.59