An open API service indexing awesome lists of open source software.

https://github.com/MilesMcBain/vsconfig

My config for R in VSCode
https://github.com/MilesMcBain/vsconfig

Last synced: 4 months ago
JSON representation

My config for R in VSCode

Awesome Lists containing this project

README

        

# vsconfig
My config for R in VSCode

Deploying on Windows:

```bash
cp ./.radian_profile ~/.radian_profile
cp ./.Rprofile ~/.Rprofile
cp ./settings.json ~/AppData/Roaming/Code/User/settings.json
cp ./keybindings.json ~/AppData/Roaming/Code/User/keybindings.json
```

Deploying on Linux:

```bash

cp ./.radian_profile ~/.radian_profile
cp ./.Rprofile ~/.Rprofile
cp ./settings.json ~/.config/Code/User/settings.json
cp ./keybindings.json ~/.config/Code/User/keybindings.json

```