1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 09:11:51 +02:00

direct warning if failing as.mo

This commit is contained in:
2019-01-12 16:45:20 +01:00
parent 5aad26035c
commit 3661df7365
3 changed files with 8 additions and 8 deletions

2
R/mo.R
View File

@ -711,7 +711,7 @@ exec_as.mo <- function(x, Becker = FALSE, Lancefield = FALSE,
paste('"', unique(failures), '"', sep = "", collapse = ', '),
". See mo_failures() to review them.")),
call. = FALSE,
immediate. = FALSE)
immediate. = TRUE) # thus will always be shown, even if >= warnings
}
}