Skip to content

Instantly share code, notes, and snippets.

@tmastny
Last active April 19, 2020 17:46
Show Gist options
  • Save tmastny/660970463601242e61e5abdc12080fd9 to your computer and use it in GitHub Desktop.
Save tmastny/660970463601242e61e5abdc12080fd9 to your computer and use it in GitHub Desktop.
.First <- function() {
# Sys.setenv(TZ = "America/Chicago")
options(
warnPartialMatchArgs = TRUE,
warnPartialMatchAttr = TRUE,
warnPartialMatchDollar = TRUE,
repos = c(CRAN = "https://cloud.r-project.org"),
servr.daemon = TRUE,
blogdown.author = "Tim Mastny",
usethis.full_name = "Timothy Mastny",
paged.print = FALSE
)
}
if(interactive()) {
.First()
# https://github.com/jalvesaq/colorout
# colorout::setOutputColors256(202, 214, 209, 184, 172, 179, verbose = FALSE)
# message("Loading colorout...")
# if (file.exists("DESCRIPTION")) {
# message("Loading development package...\ndevtools::load_all()")
# devtools::load_all()
# }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment