Package/Scripts to apply custom RStudio settings programmatically (for any OS).
When you apply these settings, your current settings will backed up into *.bak
files in the respective directories.
Two options are available:
- "Minimal"
- "Full"
"Minimal" also installs an opinionated basic setup of RStudio settings - you might want to check the configs in the inst/
directory before proceeding.
"Full" installs the full suite of my personal settings with some opinionated packages and addins.
Because this config relies on a custom 3-pane layout, RStudio v1.4.162 or greater is required.
Call the following to start the process
source("https://raw.githubusercontent.com/pat-s/rstudioSettings/master/R/install.R")
# short alternative
source("https://bit.ly/rstudio-config-pat")
- Click "Use this template" at the top right
- Edit the settings in
inst/
to your liking - Adjust the
source()
call from above