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
- Host: GitHub
- URL: https://github.com/meakbiyik/vscode-r-test-adapter
- Owner: meakbiyik
- License: mit
- Created: 2021-01-11T14:52:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-08T19:47:44.000Z (about 1 year ago)
- Last Synced: 2025-04-12T00:55:28.952Z (about 1 year ago)
- Topics: r, test-runner, testing, testthat, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=meakbiyik.vscode-r-test-adapter
- Size: 505 KB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# R Test Adapter for Visual Studio Code
[](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.