1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 23:41:55 +02:00

(v0.9.0) website fixes

This commit is contained in:
2019-11-30 13:31:12 +01:00
parent 56ce9bf665
commit a7e538e562
3 changed files with 3 additions and 3 deletions

View File

@ -216,5 +216,5 @@ mo_source_isvalid <- function(x) {
if (!"mo" %in% colnames(x)) {
return(FALSE)
}
all(x$mo %in% c("", AMR::microorganisms$mo, AMR::microorganisms.translation$mo_old), na.rm = TRUE)
all(x$mo %in% c("", AMR::microorganisms$mo, microorganisms.translation$mo_old), na.rm = TRUE)
}