From fec24ecdc8b3165d421a6d3be7783c23fc332f19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vilmantas=20G=C4=97g=C5=BEna?= Date: Tue, 8 Aug 2023 19:10:44 +0300 Subject: [PATCH] Delete .Rprofile To test if this solves GHA issue. --- .Rprofile | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .Rprofile diff --git a/.Rprofile b/.Rprofile deleted file mode 100644 index 27229d53..00000000 --- a/.Rprofile +++ /dev/null @@ -1,7 +0,0 @@ -# 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) -# }