Skip to content

Commit

Permalink
Disable code
Browse files Browse the repository at this point in the history
(possibly causes errors on GHA)
  • Loading branch information
GegznaV committed Aug 8, 2023
1 parent 12010c9 commit 64dd8df
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .Rprofile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This is the default R setup file.

# Set default `styler` style
if (requireNamespace("styler", quietly = TRUE)) {
new_style = "styler::tidyverse_style(strict = FALSE)"
options(styler.addins_style_transformer = new_style)
}
# # Set default `styler` style
# if (requireNamespace("styler", quietly = TRUE)) {
# new_style = "styler::tidyverse_style(strict = FALSE)"
# options(styler.addins_style_transformer = new_style)
# }

0 comments on commit 64dd8df

Please sign in to comment.