Use cli-powered str_view()

This commit is contained in:
Hadley Wickham 2021-04-20 08:32:39 -05:00
parent 86e98ae66e
commit 5ba1720b18
2 changed files with 4 additions and 2 deletions

View File

@ -40,5 +40,6 @@ Suggests:
xml2
Remotes:
rstudio/bookdown,
rstudio/bslib
rstudio/bslib,
tidyverse/stringr
Encoding: UTF-8

View File

@ -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
)