Last updated on 2026-03-21 01:56:26 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.2 | 19.09 | 179.91 | 199.00 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.2 | 12.03 | 126.05 | 138.08 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.2 | 31.00 | 272.13 | 303.13 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.2 | 29.00 | 267.69 | 296.69 | OK | |
| r-devel-macos-arm64 | 1.0.2 | 5.00 | 57.00 | 62.00 | OK | |
| r-devel-windows-x86_64 | 1.0.2 | 21.00 | 183.00 | 204.00 | OK | |
| r-patched-linux-x86_64 | 1.0.2 | 17.13 | 166.18 | 183.31 | OK | |
| r-release-linux-x86_64 | 1.0.2 | 15.17 | 166.51 | 181.68 | OK | |
| r-release-macos-arm64 | 1.0.2 | OK | ||||
| r-release-macos-x86_64 | 1.0.2 | 11.00 | 162.00 | 173.00 | OK | |
| r-release-windows-x86_64 | 1.0.2 | 19.00 | 166.00 | 185.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.2 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.2 | 12.00 | 184.00 | 196.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.2 | 25.00 | 226.00 | 251.00 | OK |
Version: 1.0.2
Check: examples
Result: ERROR
Running examples in ‘DeSciDe-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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 readPNG(postFormSmart(urlStr, .params = params, .ctype = "raw")) :
libpng error: Not a PNG file
Calls: plot_string_network -> <Anonymous> -> get_png -> readPNG
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc