Last updated on 2026-08-21 09:50:41 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 3.0.1 | 7.32 | 278.96 | 286.28 | OK | |
| r-devel-linux-x86_64-debian-gcc | 3.0.1 | 4.89 | 161.00 | 165.89 | 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.1 | 2.00 | 109.00 | 111.00 | OK | |
| r-release-macos-x86_64 | 3.0.1 | 5.00 | 310.00 | 315.00 | OK | |
| r-release-windows-x86_64 | 3.0.1 | 11.00 | 292.00 | 303.00 | OK | |
| r-oldrel-macos-arm64 | 3.0.1 | 2.00 | 102.00 | 104.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