Skip to content

Commit 587ff61

Browse files
Revert "deactivate cache for now"
This reverts commit 9999659.
1 parent 3f65e93 commit 587ff61

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

R/zzz.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33
op <- options()
44
op.styler <- list(
55
styler.colored_print.vertical = TRUE,
6-
styler.cache_name = NULL,
6+
styler.cache_name = styler_version,
77
styler.addins_style_transformer = "styler::tidyverse_style()",
88
styler.ignore_start = "# styler: off",
99
styler.ignore_stop = "# styler: on"
1010
)
11-
rlang::warn("Caching feature temporarily disabled and not encouraged to use. See https://github.com/r-lib/styler/issues/584")
1211
toset <- !(names(op.styler) %in% names(op))
1312
if (any(toset)) options(op.styler[toset])
1413
invisible()

0 commit comments

Comments
 (0)