R Under development (unstable) (2025-02-12 r87715 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(IceSat2R) > > test_check("IceSat2R") [ FAIL 0 | WARN 0 | SKIP 22 | PASS 17 ] ══ Skipped tests (22) ══════════════════════════════════════════════════════════ • On CRAN (21): 'test-API_utils.R:4:3', 'test-API_utils.R:16:3', 'test-API_utils.R:36:3', 'test-API_utils.R:47:3', 'test-get_Atlas_data.R:93:3', 'test-get_Atlas_data.R:197:3', 'test-get_Tracks_data.R:17:3', 'test-mission_orbits.R:34:3', 'test-mission_orbits.R:45:3', 'test-mission_orbits.R:55:3', 'test-mission_orbits.R:66:3', 'test-mission_orbits.R:83:3', 'test-mission_orbits.R:93:3', 'test-mission_orbits.R:103:3', 'test-mission_orbits.R:113:3', 'test-mission_orbits.R:124:3', 'test-mission_orbits.R:139:3', 'test-mission_orbits.R:153:3', 'test-mission_orbits.R:170:3', 'test-mission_orbits.R:187:3', 'test-mission_orbits.R:202:3' • interactive() is not TRUE (1): 'test-shiny_app.R:4:3' [ FAIL 0 | WARN 0 | SKIP 22 | PASS 17 ] > > proc.time() user system elapsed 8.62 0.71 12.46