1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-10 06:21:50 +02:00

(v1.3.0.9034) eucast_rules summary fix

This commit is contained in:
2020-09-29 10:40:25 +02:00
parent 36ec8b0d81
commit 68e6e1e329
20 changed files with 83 additions and 44 deletions

View File

@ -94,7 +94,7 @@ atc_online_property <- function(atc_code,
}
if (!has_internet()) {
message("There appears to be no internet connection.")
message("There appears to be no internet connection, returning NA.")
return(rep(NA, length(atc_code)))
}