diff --git a/DESCRIPTION b/DESCRIPTION index d3015f5..b7f9a24 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -40,5 +40,6 @@ Suggests: xml2 Remotes: rstudio/bookdown, - rstudio/bslib + rstudio/bslib, + tidyverse/stringr Encoding: UTF-8 diff --git a/_common.R b/_common.R index 33f3614..dad7c4d 100644 --- a/_common.R +++ b/_common.R @@ -16,5 +16,6 @@ options(dplyr.print_min = 6, dplyr.print_max = 6) # Activate crayon output options( crayon.enabled = TRUE, - pillar.bold = TRUE + pillar.bold = TRUE, + stringr.html = FALSE )