R language support for VS Code. Requires R.
- For Windows, set config
r.rterm.windowsto yourR.exePath like"C:\\Program Files\\R\\R-3.3.4\\bin\\x64\\R.exe"; - Open your folder that has R source file (Can't work if you open only file)
- Use
F1key andR:command
-
Support lintr

-
Create .gitignore based R.gitignore
-
Snippets
- R base from https://www.r-project.org/
- lintr package
This extension contributes the following settings:
r.rterm.windows: set to R.exe path for Windowsr.rterm.mac: set to R term's path for Mac OS Xr.rterm.linux: set to R term's path for Linuxr.rterm.option: R command line options (i.e: --vanilla)r.source.encoding: An optional encoding to pass to R when executing the filer.lintr.linters: list of linter functionsr.lintr.cache: toggle caching of lint resultsr.lintr.executable: R executable path for lintr(if not set, used r.rterm.xxx)r.source.focus: Keeping focus when running(editor or terminal)
- Intellisense
- Output Plot
- Debug
- Language Server
This extension based on
The R logo is © 2016 The R Foundation


