Last active
April 19, 2020 17:46
-
-
Save tmastny/660970463601242e61e5abdc12080fd9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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