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

(v1.3.0.9021) typo

This commit is contained in:
2020-09-14 20:41:19 +02:00
parent ab60f613aa
commit 89401ede9f
12 changed files with 15 additions and 15 deletions

2
R/mo.R
View File

@ -1775,7 +1775,7 @@ print.mo_uncertainties <- function(x, ...) {
if (x[i, ]$uncertainty == 1) {
uncertainty_interpretation <- font_green("* VERY LIKELY *")
} else if (x[i, ]$uncertainty == 1) {
uncertainty_interpretation <- font_orange("* LIKELY *")
uncertainty_interpretation <- font_yellow("* LIKELY *")
} else {
uncertainty_interpretation <- font_red("* UNLIKELY *")
}