R Under development (unstable) (2026-03-16 r89642 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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 3 | SKIP 15 | PASS 207 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (11): 'test-checks.R:138:3', 'test-checks.R:165:3', 'test-cran_packages.R:8:3', 'test-cran_packages.R:20:3', 'test-cran_packages.R:27:3', 'test-dist_plots.R:26:1', 'test-dist_plots.R:40:1', 'test-dist_plots.R:56:1', 'test-dist_plots.R:72:1', 'test-slide_tools.R:40:3', 'test-voronoi.R:9:1' • On Windows (3): 'test-checks.R:14:3', 'test-checks.R:95:3', 'test-checks.R:239:3' • not all the required packages are installed. (1): 'test-install.R:32:3' [ FAIL 0 | WARN 3 | SKIP 15 | PASS 207 ] > > proc.time() user system elapsed 13.81 1.56 15.70