Skip to content

Commit f88e9a9

Browse files
must mask all non-base packages
1 parent e8c7faf commit f88e9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/zzz.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
ask_to_switch_to_non_default_cache_root <- function(ask = interactive()) {
23-
if (ask && runif(1) > 0.9 && is.null(getOption("styler.cache_root"))) {
23+
if (ask && stats::runif(1) > 0.9 && is.null(getOption("styler.cache_root"))) {
2424
ask_to_switch_to_non_default_cache_root_impl()
2525
options(styler.cache_root = "styler")
2626
}

0 commit comments

Comments
 (0)