Last updated on 2025-06-10 17:56:28 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.1.1 | 5.78 | 84.93 | 90.71 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 2.1.1 | 4.23 | 57.75 | 61.98 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.1.1 | 139.88 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.1.1 | 127.58 | OK | |||
r-devel-windows-x86_64 | 2.1.1 | 9.00 | 211.00 | 220.00 | OK | |
r-patched-linux-x86_64 | 2.1.1 | 6.76 | 77.22 | 83.98 | OK | |
r-release-linux-x86_64 | 2.1.1 | 5.84 | 81.46 | 87.30 | 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 | 204.00 | 212.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 | 11.00 | 239.00 | 250.00 | OK |
Version: 2.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [35s/198s]
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: (504) Gateway Timeout
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-clang