R Under development (unstable) (2023-10-02 r85253 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(terrainr) > > test_check("terrainr") Starting 2 test processes [ FAIL 0 | WARN 14 | SKIP 25 | PASS 22 ] ══ Skipped tests (25) ══════════════════════════════════════════════════════════ • On CRAN (24): 'test-2-get_tiles_3dep.R:2:3', 'test-2-get_tiles_3dep.R:59:3', 'test-2-get_tiles_USGSHydroCached.R:3:3', 'test-2-get_tiles_USGSImageryOnly.R:3:3', 'test-2-get_tiles_USGSShadedReliefOnly.R:3:3', 'test-2-get_tiles_USGSTNMBlank.R:3:3', 'test-2-get_tiles_USGSTopo.R:3:3', 'test-2-get_tiles_ecosystems.R:2:3', 'test-2-get_tiles_geonames.R:2:3', 'test-2-get_tiles_govunits.R:2:3', 'test-2-get_tiles_nhd.R:2:3', 'test-2-get_tiles_transportation.R:2:3', 'test-2-get_tiles_wbd.R:2:3', 'test-3-hit_api.R:2:3', 'test-4-merge_rasters.R:2:3', 'test-4-merge_rasters.R:46:3', 'test-4-merge_rasters.R:93:3', 'test-add_bbox_buffer.R:9:3', 'test-geom_spatial_rgb.R:2:3', 'test-get_tiles.R:4:3', 'test-get_tiles.R:17:3', 'test-get_tiles.R:30:3', 'test-get_tiles.R:63:3', 'test-vector_to_overlay.R:17:3' • On Windows (1): 'test-1-make_manifest.R:8:3' [ FAIL 0 | WARN 14 | SKIP 25 | PASS 22 ] > > proc.time() user system elapsed 1.34 0.20 9.82