R Under development (unstable) (2025-11-24 r89059 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(LAGOSNE) > > test_check("LAGOSNE") [ FAIL 0 | WARN 3 | SKIP 11 | PASS 5 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • On CRAN (11): 'test-info_table.R:4:3', 'test-lagos_get.R:5:3', 'test-lagos_get.R:15:3', 'test-lagos_load.R:5:3', 'test-lagos_load.R:17:3', 'test-lagos_load.R:28:3', 'test-lagos_select.R:5:3', 'test-lagos_select.R:101:3', 'test-lake_info.R:17:3', 'test-lake_info.R:27:3', 'test_display-names.R:5:3' [ FAIL 0 | WARN 3 | SKIP 11 | PASS 5 ] > > proc.time() user system elapsed 1.48 0.43 1.85