Last updated on 2025-08-26 01:49:17 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1 | 15.59 | 172.60 | 188.19 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.1 | 12.63 | 120.84 | 133.47 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 290.09 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 288.42 | OK | |||
r-devel-windows-x86_64 | 1.0.1 | 21.00 | 161.00 | 182.00 | OK | |
r-patched-linux-x86_64 | 1.0.1 | 16.62 | 163.77 | 180.39 | OK | |
r-release-linux-x86_64 | 1.0.1 | 15.00 | 161.70 | 176.70 | OK | |
r-release-macos-arm64 | 1.0.1 | 96.00 | OK | |||
r-release-macos-x86_64 | 1.0.1 | 170.00 | OK | |||
r-release-windows-x86_64 | 1.0.1 | 19.00 | 158.00 | 177.00 | OK | |
r-oldrel-macos-arm64 | 1.0.1 | 101.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.1 | 159.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.1 | 25.00 | 210.00 | 235.00 | OK |
Version: 1.0.1
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