Last updated on 2026-08-13 17:52:00 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | OK | |||||
| r-devel-linux-x86_64-debian-gcc | 1.1.5 | 10.73 | 90.97 | 101.70 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1.5 | 11.00 | 86.07 | 97.07 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.5 | 10.00 | 88.11 | 98.11 | OK | |
| r-devel-windows-x86_64 | 1.1.5 | 15.00 | 149.00 | 164.00 | OK | |
| r-patched-linux-x86_64 | 1.1.5 | 14.14 | 120.00 | 134.14 | OK | |
| r-release-linux-x86_64 | 1.1.5 | 13.43 | 118.55 | 131.98 | OK | |
| r-release-macos-arm64 | 1.1.5 | 4.00 | 50.00 | 54.00 | OK | |
| r-release-macos-x86_64 | 1.1.5 | 10.00 | 175.00 | 185.00 | OK | |
| r-release-windows-x86_64 | 1.1.5 | 17.00 | 135.00 | 152.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.5 | OK | ||||
| r-oldrel-macos-x86_64 | 1.1.5 | 9.00 | 168.00 | 177.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.5 | 20.00 | 177.00 | 197.00 | OK |
Version: 1.1.5
Check: examples
Result: ERROR
Running examples in ‘refseqR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: refseq_AAmol_wt
> ### Title: Extract the molecular weight from a protein accession
> ### Aliases: refseq_AAmol_wt
>
> ### ** Examples
>
> # Get the molecular weight from a single protein accession
> protein <- "XP_020244413"
> refseq_AAmol_wt(protein)
Error in curl::curl_fetch_memory(url, handle = handle) :
Failure when receiving data from the peer [eutils.ncbi.nlm.nih.gov]:
OpenSSL SSL_read: OpenSSL/3.6.3: error:0A000126:SSL routines::unexpected eof while reading, errno 0
Calls: refseq_AAmol_wt ... request_fetch.write_memory -> <Anonymous> -> raise_libcurl_error
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc