CRAN Package Check Results for Package rPDBapi

Last updated on 2025-08-23 06:49:34 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.1.1 6.43 87.87 94.30 OK
r-devel-linux-x86_64-debian-gcc 2.1.1 3.83 60.66 64.49 ERROR
r-devel-linux-x86_64-fedora-clang 2.1.1 143.35 OK
r-devel-linux-x86_64-fedora-gcc 2.1.1 133.39 OK
r-devel-windows-x86_64 2.1.1 8.00 219.00 227.00 OK
r-patched-linux-x86_64 2.1.1 6.93 79.40 86.33 OK
r-release-linux-x86_64 2.1.1 5.66 78.81 84.47 OK
r-release-macos-arm64 2.1.1 220.00 OK
r-release-macos-x86_64 2.1.1 248.00 OK
r-release-windows-x86_64 2.1.1 8.00 206.00 214.00 OK
r-oldrel-macos-arm64 2.1.1 198.00 OK
r-oldrel-macos-x86_64 2.1.1 219.00 OK
r-oldrel-windows-x86_64 2.1.1 10.00 255.00 265.00 OK

Check Details

Version: 2.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [23s/179s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(rPDBapi) > > test_check("rPDBapi") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 70 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_get_pdb_file.R:3:3'): get_pdb_file downloads and parses the PDB file correctly ── Error in `value[[3L]](cond)`: API Error: Failed to retrieve data for PDB ID '4HHB'. Error: HTTP Error: Request to https://files.rcsb.org/download/4HHB.pdb.gz failed with status: - Server error: (503) Service Unavailable Backtrace: ▆ 1. └─rPDBapi::get_pdb_file("4HHB", filetype = "pdb", save = FALSE) at test_get_pdb_file.R:3:3 2. └─base::tryCatch(...) 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 70 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc