An open API service indexing awesome lists of open source software.

https://github.com/meakbiyik/vscode-r-test-adapter

R Test Adapter for the VSCode Test Explorer
https://github.com/meakbiyik/vscode-r-test-adapter

r test-runner testing testthat vscode-extension

Last synced: about 1 year ago
JSON representation

R Test Adapter for the VSCode Test Explorer

Awesome Lists containing this project

README

          

# R Test Adapter for Visual Studio Code

[![Build Status](https://dev.azure.com/meakbiyik/vscode-r-test-adapter/_apis/build/status/meakbiyik.vscode-r-test-adapter?branchName=master)](https://dev.azure.com/meakbiyik/vscode-r-test-adapter/_build/latest?definitionId=1&branchName=master)

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.