Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Mar 23, 2024
1 parent 5990f36 commit 2ac89be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vignettes/simulate_residuals.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ library(knitr)
library(performance)
options(knitr.kable.NA = "")
knitr::opts_chunk$set(
comment = ">",
comment = "#>",
message = FALSE,
warning = FALSE,
out.width = "100%",
dpi = 450
dpi = 450,
tidy.opts = list(width.cutoff = 120)
)
options(digits = 2)
Expand Down

0 comments on commit 2ac89be

Please sign in to comment.