CRAN Package Check Results for Package DeSciDe

Last updated on 2025-06-09 03:49:54 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.0 18.95 170.46 189.41 OK
r-devel-linux-x86_64-debian-gcc 1.0.0 12.69 121.68 134.37 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.0 292.90 OK
r-devel-linux-x86_64-fedora-gcc 1.0.0 298.19 OK
r-devel-windows-x86_64 1.0.0 20.00 160.00 180.00 OK
r-patched-linux-x86_64 1.0.0 17.35 162.14 179.49 OK
r-release-linux-x86_64 1.0.0 15.54 163.52 179.06 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 18.00 163.00 181.00 OK
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 208.00 234.00 OK

Check Details

Version: 1.0.0
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: search_pubmed > ### Title: Search PubMed with Multiple Genes and Terms > ### Aliases: search_pubmed > > ### ** Examples > > genes <- c("TP53", "BRCA1") > terms <- c("cancer", "tumor") > search_results <- search_pubmed(genes, terms, rank_method = "weighted", verbose = FALSE) Error: HTTP failure: 500 {"error":"error forwarding request /entrez/eutils/esearch.fcgi?db=pubmed&term=%22TP53%5BTIAB%5D%22%20AND%20%22cancer%5BTIAB%5D%22&retmode=xml&usehistory=n&email=david.winter%40gmail.com&tool=rentrez","api-key":"137.208.57.30","type":"ip", "status":"ok"} Execution halted Flavor: r-devel-linux-x86_64-debian-gcc