Last updated on 2026-08-21 23:52:09 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 3.0.1 | 7.89 | 274.44 | 282.33 | OK | |
| r-devel-linux-x86_64-debian-gcc | 3.0.2 | 5.27 | 50.99 | 56.26 | OK | |
| r-devel-linux-x86_64-fedora-clang | 3.0.2 | 50.50 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 3.0.2 | 54.85 | OK | |||
| r-devel-windows-x86_64 | 3.0.1 | 13.00 | 300.00 | 313.00 | OK | |
| r-patched-linux-x86_64 | 3.0.1 | 8.08 | 261.30 | 269.38 | OK | |
| r-release-linux-x86_64 | 3.0.1 | 6.05 | 262.11 | 268.16 | ERROR | |
| r-release-macos-arm64 | 3.0.2 | 2.00 | 22.00 | 24.00 | OK | |
| r-release-macos-x86_64 | 3.0.2 | 5.00 | 92.00 | 97.00 | OK | |
| r-release-windows-x86_64 | 3.0.1 | 11.00 | 292.00 | 303.00 | OK | |
| r-oldrel-macos-arm64 | 3.0.2 | 2.00 | 27.00 | 29.00 | OK | |
| r-oldrel-macos-x86_64 | 3.0.2 | 5.00 | 101.00 | 106.00 | OK | |
| r-oldrel-windows-x86_64 | 3.0.1 | 13.00 | 420.00 | 433.00 | OK |
Version: 3.0.1
Check: examples
Result: ERROR
Running examples in ‘rPDBapi-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: get_fasta_from_rcsb_entry
> ### Title: Retrieve FASTA Sequence from PDB Entry or Specific Chain
> ### Aliases: get_fasta_from_rcsb_entry
>
> ### ** Examples
>
> # Example 1: Retrieve all FASTA sequences for the entry 4HHB
> all_sequences <- get_fasta_from_rcsb_entry("4HHB", verbosity = TRUE)
Querying RCSB for the '4HHB' FASTA file.
Error: Failed to retrieve data from the RCSB PDB. Network error: Timeout was reached [www.rcsb.org]:
Connection timed out after 10001 milliseconds
Execution halted
Flavor: r-release-linux-x86_64