1
0
mirror of https://github.com/msberends/AMR.git synced 2026-03-30 19:35:56 +02:00
This commit is contained in:
2026-03-20 16:10:02 +01:00
parent 9f73571832
commit 92ae56eaaa
7 changed files with 20 additions and 22 deletions

4
R/mo.R
View File

@@ -977,8 +977,8 @@ print.mo_uncertainties <- function(x, n = 10, ...) {
out <- paste0(
paste0(
"", strrep(font_grey("-"), times = getOption("width", 100)), "\n",
'"', x[i, ]$original_input, '"',
"", strrep(font_grey("-"), times = getOption("width", 100) - 1), "\n",
"{.val ", x[i, ]$original_input, "}",
" -> ",
paste0(
font_bold(italicise(x[i, ]$fullname)),