R Under development (unstable) (2024-01-24 r85824 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(ncmeta) > library(CopernicusMarine) > > test_check("CopernicusMarine") [ FAIL 0 | WARN 0 | SKIP 15 | PASS 1 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (15): 'test_ftp.r:2:3', 'test_motu.r:2:3', 'test_motu.r:14:3', 'test_motu.r:27:3', 'test_motu.r:38:3', 'test_motu.r:51:3', 'test_stac.r:2:3', 'test_subset.r:2:3', 'test_subset.r:12:3', 'test_subset.r:23:3', 'test_subset.r:32:3', 'test_subset.r:43:3', 'test_wms.r:2:3', 'test_wms.r:18:3', 'test_wmts.r:2:3' [ FAIL 0 | WARN 0 | SKIP 15 | PASS 1 ] > > proc.time() user system elapsed 0.96 0.20 1.11