R Under development (unstable) (2026-07-10 r90234 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(bluertopo) > > test_check("bluertopo") [ FAIL 0 | WARN 0 | SKIP 8 | PASS 100 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • Set BLUERTOPO_RUN_NETWORK_TESTS=true to run live NOAA catalog tests. (1): 'test-live-network.R:2:3' • Set BLUERTOPO_RUN_REAL_EXAMPLE_TESTS=true to run live real-example tests. (1): 'test-examples.R:233:3' • real example helper is not available in this test context (1): 'test-examples.R:141:3' • source README/pkgdown config/index are not available in this installed test context (1): 'test-examples.R:185:3' • source markdown files are not available in this test context (1): 'test-examples.R:216:3' • vignette sources are not available in this test context (3): 'test-examples.R:123:3', 'test-examples.R:151:3', 'test-examples.R:168:3' [ FAIL 0 | WARN 0 | SKIP 8 | PASS 100 ] > > proc.time() user system elapsed 15.48 1.46 18.87