This extension is built to help you run R tests on VSCode. Currently only testthat and tinytest frameworks are supported. You can run and debug individual tests.
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.
Additionally, in order to debug tests, you will need to install: