Skip to content

Commit

Permalink
lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 17, 2024
1 parent cb967ba commit bf2ce49
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion R/print.R
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ print.bayesfactor_parameters <- function(x, digits = 3, log = FALSE, ...) {
sep = " ",
header = NULL,
format = "text",
align = align,
align = align
))

invisible(x)
Expand Down
4 changes: 2 additions & 2 deletions R/print_html.R
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ print_html.bayesfactor_models <- function(x,
log = log,
show_names = show_names,
caption = caption,
align = c("llr"),
align = "llr",
...
)
}
Expand All @@ -122,7 +122,7 @@ print_html.bayesfactor_inclusion <- function(x,
digits = digits,
log = log,
caption = caption,
align = c("lrrr"),
align = "lrrr",
...
)
}
Expand Down
4 changes: 2 additions & 2 deletions R/print_md.R
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ print_md.bayesfactor_models <- function(x,
log = log,
show_names = show_names,
caption = caption,
align = c("llr"),
align = "llr",
...
)
}
Expand All @@ -121,7 +121,7 @@ print_md.bayesfactor_inclusion <- function(x,
digits = digits,
log = log,
caption = caption,
align = c("lrrr"),
align = "lrrr",
...
)
}
Expand Down

0 comments on commit bf2ce49

Please sign in to comment.