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 6c7d2d3 commit 51b5ac0Copy full SHA for 51b5ac0
R/zzz.R
@@ -28,12 +28,7 @@ remove_old_cache_files <- function() {
28
)
29
}
30
31
-#' Ask people to remove the cache
32
-#'
33
-#' The way RStudio Startup works does not allow o read the prompt for some
34
-#' reasons (https://stackoverflow.com/questions/55772436/readline-does-not-prompt-user-input-from-rprofile-site-in-rstudio)
35
-#' So we better don't use the prompt and issue a message only.
36
-#' @keywords internal
+
37
remove_cache_old_versions <- function() {
38
dirs <- list.dirs(R.cache::getCachePath("styler"), recursive = FALSE)
39
if (length(dirs) < 1) {
man/remove_cache_old_versions.Rd
0 commit comments