Skip to content

Commit 9999659

Browse files
deactivate cache for now
1 parent a87198f commit 9999659

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

R/zzz.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
op <- options()
44
op.styler <- list(
55
styler.colored_print.vertical = TRUE,
6-
styler.cache_name = styler_version,
6+
styler.cache_name = NULL,
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")
1112
toset <- !(names(op.styler) %in% names(op))
1213
if (any(toset)) options(op.styler[toset])
1314
invisible()

0 commit comments

Comments
 (0)