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:
2
R/mo.R
2
R/mo.R
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user