Last updated on 2025-12-21 11:50:27 CET.
| Package | ERROR | OK |
|---|---|---|
| DeSciDe | 1 | 12 |
Current CRAN status: ERROR: 1, OK: 12
Version: 1.0.2
Check: examples
Result: ERROR
Running examples in 'DeSciDe-Ex.R' failed
The error most likely occurred in:
> ### 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 in curl::curl_fetch_memory(url, handle = handle) :
Could not connect to server [eutils.ncbi.nlm.nih.gov]:
Failed to connect to eutils.ncbi.nlm.nih.gov port 443 after 9966 ms: Could not connect to server
Calls: search_pubmed ... request_fetch.write_memory -> <Anonymous> -> raise_libcurl_error
Execution halted
Flavor: r-devel-windows-x86_64