Skip to content

Commit

Permalink
do not touch files
Browse files Browse the repository at this point in the history
  • Loading branch information
Polkas committed Jan 25, 2025
1 parent 5010e66 commit 9310487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions antidotum/tergo/R/styling.R
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ style_pkg <- function(path = ".",
}

# List Relevant Files
files <- list.files(package_root, recursive = TRUE, full.names = TRUE, pattern = "\\.R$", ignore.case = TRUE)
#files <- Filter(function(file) any(endsWith(tolower(file), tolower(extensions))), files)
files <- list.files(package_root, recursive = TRUE, full.names = TRUE)
files <- Filter(function(file) any(endsWith(file, extensions)), files)

# Define ANSI Color Codes and Unicode Symbols using Only \u Escapes
green_tick <- "\u001B[32m\u2714\u001B[0m" # Green tick
Expand Down

0 comments on commit 9310487

Please sign in to comment.