Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 748 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 748 Bytes

R Test Adapter for Visual Studio Code

Build Status

This extension is built to help you run R tests on VSCode. Currently only testthat framework is supported, but running individual tests is now possible contrary to the file-based atomicity of testthat API.

Requirements

This extension expects Rscript to be in the path, or pointed with the RTestAdapter.RscriptPath setting, and requires devtools>=2.3.2 to be installed for the environment Rscript is connected to. No other dependencies are expected.