VSRRunner is a very simple VS code extension built on top of Yuki Ueda's VS Code R extension with a shortcut for running R scripts in Visual Studio Code. It runs R scripts and writes the output to .Rout files that are opened on completion. It also includes a command to quickly switch between R scripts and their outputs.
Requires R and VS Code R extension.
- Run R scripts (F12).
- Switch between R scripts and R output files (Alt+n).
- Windows x64