mirror of
https://github.com/msberends/AMR.git
synced 2026-03-30 19:35:56 +02:00
fixes
This commit is contained in:
4
R/mo.R
4
R/mo.R
@@ -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)),
|
||||
|
||||
Reference in New Issue
Block a user