From 5ba1720b184da77e9c572db3e037ce840a57a7c6 Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Tue, 20 Apr 2021 08:32:39 -0500 Subject: [PATCH] Use cli-powered str_view() --- DESCRIPTION | 3 ++- _common.R | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 )