R Under development (unstable) (2024-07-01 r86857 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(metajam) > > test_check("metajam") [ FAIL 1 | WARN 0 | SKIP 6 | PASS 64 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On CRAN (6): 'test-check_version.R:13:3', 'test-download_d1_data_pkg.R:16:3', 'test-download_d1_data_pkg.R:28:3', 'test-get_pkg_pids.R:5:3', 'test-read_d1_files.R:28:3', 'test-read_d1_files.R:50:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-download_d1_data.R:84:3'): test data URL with ISO metadata from AOOS member node and with multiple data tables ── Error in `.local(x, ...)`: get() error: Error in if (node@APIversion >= "v2") {: argument is of length zero Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-download_d1_data.R:84:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─metajam::download_d1_data(...) 7. ├─dataone::getObject(d1c@mn, meta_id) 8. └─dataone::getObject(d1c@mn, meta_id) 9. └─dataone (local) .local(x, ...) [ FAIL 1 | WARN 0 | SKIP 6 | PASS 64 ] Error: Test failures Execution halted