Last active
April 13, 2020 09:36
-
-
Save remlapmot/027d5d5f29d789b900cd7d0989c35ab0 to your computer and use it in GitHub Desktop.
RStudio v1.3 preferences file. File location on Windows: %appdata%\RStudio
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
{ | |
"panes": { | |
"quadrants": [ | |
"Source", | |
"Console", | |
"TabSet1", | |
"TabSet2" | |
], | |
"tabSet1": [ | |
"Environment", | |
"History", | |
"Connections", | |
"Build", | |
"VCS", | |
"Tutorial", | |
"Presentation" | |
], | |
"tabSet2": [ | |
"Files", | |
"Plots", | |
"Packages", | |
"Help", | |
"Viewer" | |
], | |
"console_left_on_top": false, | |
"console_right_on_top": true | |
}, | |
"editor_theme": "Material", | |
"windows_terminal_shell": "win-git-bash", | |
"soft_wrap_r_files": true, | |
"font_size_points": 9, | |
"save_files_before_build": true, | |
"show_hidden_files": true, | |
"source_with_echo": true, | |
"view_dir_after_r_cmd_check": true, | |
"save_workspace": "never" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment