Skip to content

Commit 51b5ac0

Browse files
delete outdated documentation
1 parent 6c7d2d3 commit 51b5ac0

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

R/zzz.R

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,7 @@ remove_old_cache_files <- function() {
2828
)
2929
}
3030

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
31+
3732
remove_cache_old_versions <- function() {
3833
dirs <- list.dirs(R.cache::getCachePath("styler"), recursive = FALSE)
3934
if (length(dirs) < 1) {

man/remove_cache_old_versions.Rd

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)