Skip to content

Commit

Permalink
🚧
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Feb 6, 2025
1 parent 13083d8 commit e7a1795
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Rprofile
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand All @@ -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'))
}

}
})

0 comments on commit e7a1795

Please sign in to comment.