Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pat-s/rstudioSettings
Apply RStudio configs across devices
https://github.com/pat-s/rstudioSettings
Last synced: 3 months ago
JSON representation
Apply RStudio configs across devices
- Host: GitHub
- URL: https://github.com/pat-s/rstudioSettings
- Owner: pat-s
- Created: 2020-03-02T10:15:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-15T18:42:52.000Z (over 3 years ago)
- Last Synced: 2024-05-21T02:10:45.566Z (6 months ago)
- Language: R
- Homepage:
- Size: 56.6 KB
- Stars: 21
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - pat-s/rstudioSettings - Apply RStudio configs across devices (R)
README
# rstudioSettings
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.
## Requirements
Because this config relies on a custom 3-pane layout, RStudio v1.4.162 or greater is required.
## Execution
Call the following to start the process
``` r
source("https://raw.githubusercontent.com/pat-s/rstudioSettings/master/R/install.R")# short alternative
source("https://bit.ly/rstudio-config-pat")
```# How can I use my own settings?
1. Click "Use this template" at the top right
2. Edit the settings in `inst/` to your liking
3. Adjust the `source()` call from above