Last updated on 2025-05-21 14:48:22 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 16.66 | 173.01 | 189.67 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 12.41 | 121.47 | 133.88 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 297.22 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 291.36 | OK | |||
r-devel-windows-x86_64 | 1.0.0 | 19.00 | 166.00 | 185.00 | OK | |
r-patched-linux-x86_64 | 1.0.0 | 17.10 | 161.28 | 178.38 | OK | |
r-release-linux-x86_64 | 1.0.0 | 17.52 | 162.11 | 179.63 | OK | |
r-release-macos-arm64 | 1.0.0 | 87.00 | OK | |||
r-release-macos-x86_64 | 1.0.0 | 188.00 | OK | |||
r-release-windows-x86_64 | 1.0.0 | 20.00 | 178.00 | 198.00 | ERROR | |
r-oldrel-macos-arm64 | 1.0.0 | 95.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.0 | 187.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.0 | 26.00 | 213.00 | 239.00 | OK |
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in 'DeSciDe-Ex.R' failed
The error most likely occurred in:
> ### Name: plot_string_network
> ### Title: Plot STRING Network
> ### Aliases: plot_string_network
>
> ### ** Examples
>
> library(STRINGdb)
> string_db <- STRINGdb$new(species = 9606)
WARNING: Score threshold is not specified. We will be using medium stringency cut-off of 400.
WARNING: You didn't specify a version of the STRING database to use. Hence we will use STRING 12.0
> string_ids <- c("9606.ENSP00000269305", "9606.ENSP00000357940")
> plot_string_network(string_db, string_ids, file_directory = tempdir(), export = FALSE)
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached [version-12-0.string-db.org]: SSL/TLS connection timeout
Calls: plot_string_network ... request_fetch.write_memory -> <Anonymous> -> raise_libcurl_error
Execution halted
Flavor: r-release-windows-x86_64