R Under development (unstable) (2026-03-06 r89561 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(rPDBapi) > > test_check("rPDBapi") [ FAIL 0 | WARN 0 | SKIP 8 | PASS 378 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • Live API tests are disabled. Set RPDBAPI_RUN_LIVE=true to enable. (8): 'test_find_results.R:3:3', 'test_find_results.R:13:3', 'test_get_fasta_from_rcsb_entry.R:5:3', 'test_get_fasta_from_rcsb_entry.R:14:3', 'test_get_info.R:3:3', 'test_get_pdb_file.R:3:3', 'test_perform_search.R:3:3', 'test_query_search.R:3:3' [ FAIL 0 | WARN 0 | SKIP 8 | PASS 378 ] > > proc.time() user system elapsed 3.82 0.65 4.46