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 e8c7faf commit f88e9a9Copy full SHA for f88e9a9
R/zzz.R
@@ -20,7 +20,7 @@
20
21
22
ask_to_switch_to_non_default_cache_root <- function(ask = interactive()) {
23
- if (ask && runif(1) > 0.9 && is.null(getOption("styler.cache_root"))) {
+ if (ask && stats::runif(1) > 0.9 && is.null(getOption("styler.cache_root"))) {
24
ask_to_switch_to_non_default_cache_root_impl()
25
options(styler.cache_root = "styler")
26
}
0 commit comments