R Under development (unstable) (2026-02-18 r89435 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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(opendatabio) > > test_check("opendatabio") [ FAIL 0 | WARN 0 | SKIP 9 | PASS 45 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • httpbin http tests disabled (set ODB_RUN_HTTPBIN=true to enable) (4): 'test_odb_config.R:10:3', 'test_odb_send_get.R:15:3', 'test_odb_send_get.R:25:5', 'test_odb_send_get.R:34:5' • local API tests disabled (set ODB_RUN_LOCAL_API=true to enable) (5): 'test_odb_send_get.R:44:5', 'test_odb_send_get.R:55:5', 'test_odb_send_get.R:65:5', 'test_odb_send_get.R:74:5', 'test_odb_send_get.R:83:5' [ FAIL 0 | WARN 0 | SKIP 9 | PASS 45 ] > > proc.time() user system elapsed 0.79 0.20 0.93