R Under development (unstable) (2024-08-16 r87026 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(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:30:3', 'test-API_utils.R:41:3', 'test-get_Atlas_data.R:93:3', 'test-get_Atlas_data.R:194: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:80:3', 'test-mission_orbits.R:90:3', 'test-mission_orbits.R:100:3', 'test-mission_orbits.R:110:3', 'test-mission_orbits.R:121:3', 'test-mission_orbits.R:136:3', 'test-mission_orbits.R:150:3', 'test-mission_orbits.R:167:3', 'test-mission_orbits.R:184:3', 'test-mission_orbits.R:199: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 5.21 0.50 9.01