We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f65e93 commit 587ff61Copy full SHA for 587ff61
R/zzz.R
@@ -3,12 +3,11 @@
3
op <- options()
4
op.styler <- list(
5
styler.colored_print.vertical = TRUE,
6
- styler.cache_name = NULL,
+ styler.cache_name = styler_version,
7
styler.addins_style_transformer = "styler::tidyverse_style()",
8
styler.ignore_start = "# styler: off",
9
styler.ignore_stop = "# styler: on"
10
)
11
- rlang::warn("Caching feature temporarily disabled and not encouraged to use. See https://github.com/r-lib/styler/issues/584")
12
toset <- !(names(op.styler) %in% names(op))
13
if (any(toset)) options(op.styler[toset])
14
invisible()
0 commit comments