Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 716 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 716 Bytes

VSRRunner: R script runner extension for Visual Studio Code

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.

Features

  • Run R scripts (F12).
  • Switch between R scripts and R output files (Alt+n).

Supported platforms

  • Windows x64