Skip to content
Snippets Groups Projects
Commit 3539178d authored by GUILMINEAU Camille's avatar GUILMINEAU Camille
Browse files

minor correction in use_KEGGREST

parent b55ced8f
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ use_KEGGREST <- function(expr) {
kegg_out <- try({ expr }, silent = TRUE)
if (inherits(kegg_out, "try-error")) {
message("'KEGGREST' query is not available at the moment. Are you connected",
"to internet and if so, please, try again later.")
" to internet and if so, please, try again later.")
return(NULL)
} else {
return(kegg_out)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment