Created
July 15, 2019 23:12
-
-
Save f0nzie/82d056541227d569029be7b7787fbb24 to your computer and use it in GitHub Desktop.
.Rprofile for master project
This file contains 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
find_rsuite_root <- function(key = "PARAMETERS") rprojroot::find_root(key) | |
source(file.path(find_rsuite_root(), 'R', 'set_env.R'), chdir = TRUE) | |
options(rsuite.cache_path = "~/.rsuite/cache") | |
options(rsuite.user_templ_path = "~/.rsuite/templates") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment