Fix code width to 80

And verify with a ruler
This commit is contained in:
Hadley Wickham 2022-11-18 10:23:53 -06:00
parent 70e162de98
commit 31ef77ced6
2 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,8 @@ options(
stringr.view_n = 10,
# Activate crayon output - temporarily disabled for quarto
# crayon.enabled = TRUE,
pillar.bold = TRUE
pillar.bold = TRUE,
width = 80
)
ggplot2::theme_set(ggplot2::theme_gray(12))

View File

@ -341,4 +341,5 @@ This book was built with:
```{r}
sessioninfo::session_info(c("tidyverse"))
cli:::ruler()
```