grimbough / biomaRt

R package providing query functionality to BioMart instances like Ensembl
https://bioconductor.org/packages/biomaRt/
34 stars 13 forks source link

[Feature Request] warning instead of message if unresponsive #56

Open Nelson-Gon opened 2 years ago

Nelson-Gon commented 2 years ago

Hi,

Awesome package. I would like to know if it could be possible to return a warning or error instead of a message in case the ENSEMBL site is non-responsive. This would make it easier to write a tryCatch from a developer point of view.

Thank you,

NelsonGon