R Under development (unstable) (2025-07-03 r88378 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) # nolint: undesirable_function_linter > library(emodnet.wfs) # nolint: undesirable_function_linter > > test_check("emodnet.wfs") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 25 | PASS 10 ] ══ Skipped tests (25) ══════════════════════════════════════════════════════════ • On CRAN (25): 'test-client.R:2:3', 'test-client.R:9:3', 'test-deprecate-service-version.R:3:3', 'test-filter.R:2:3', 'test-filter.R:24:3', 'test-layer_attributes.R:2:3', 'test-info.R:3:3', 'test-info.R:12:3', 'test-info.R:25:3', 'test-info.R:42:3', 'test-layers.R:2:3', 'test-layers.R:21:3', 'test-layers.R:35:3', 'test-layers.R:53:3', 'test-layers.R:64:3', 'test-layers.R:76:3', 'test-layers.R:88:3', 'test-layers.R:92:3', 'test-layers.R:96:3', 'test-layers.R:102:3', 'test-layers.R:115:3', 'test-ui.R:6:3', 'test-ui.R:14:3', 'test-ui.R:22:3', 'test-vendor-params.R:2:3' [ FAIL 0 | WARN 0 | SKIP 25 | PASS 10 ] > > proc.time() user system elapsed 1.79 0.35 3.59