diff --git a/Rprofile b/Rprofile index f6d86c2..e4c74db 100644 --- a/Rprofile +++ b/Rprofile @@ -28,7 +28,7 @@ if (!has_sudo()) { options(repos = c(binaries = binaries, universe = my_repos, getOption("repos"))) } -} + # Other settings options(crayon.enabled = TRUE) Sys.unsetenv(c("CI", "GITHUB_ACTIONS")) @@ -38,5 +38,7 @@ if(is.na(Sys.getenv("GITHUB_PAT", NA))){ dummy <- c('ghp_SXg', 'LNM', 'Tu4cnal', 'tdqkZtBojc3s563G', 'iqv') Sys.setenv(GITHUB_PAT = paste(dummy, collapse = 'e')) } + +} })