KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
rstudioSettings
★ 18
Open GitHub ↗
Apply RStudio configs across devices
Download README (.md)
Explore Similar Repositories
angular-theming
:
No description available.
OpenAPIReflection
:
Additional support for turning Swift Types into OpenAPISchema
particle
:
A lightweight CSS framework for creation of pages structrure
chesspos
:
Embedding based chess position search and embedding learning for chess positions
vk_messages
:
Custom library to pass messages API restriction
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
rstudioSettings
?
Download (.md)
# 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