https://github.com/sckott/rt-cli
CLI tool for running tests in R packages
https://github.com/sckott/rt-cli
Last synced: about 2 months ago
JSON representation
CLI tool for running tests in R packages
- Host: GitHub
- URL: https://github.com/sckott/rt-cli
- Owner: sckott
- License: mit
- Created: 2024-09-07T17:51:11.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-20T23:21:23.000Z (9 months ago)
- Last Synced: 2025-04-10T06:02:09.819Z (about 2 months ago)
- Language: Rust
- Size: 54.7 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - sckott/rt-cli - CLI tool for running tests in R packages (Rust)
README
# rt-cli
[](https://www.repostatus.org/#wip)
rt = R test
```
rt help
``````
Usage: rt []CLI tool for running tests in R packages
Options:
--help display usage informationCommands:
dir Test an R package using testthat
file Test a single file using testthat
list List test files in an R package
r-vers List available versions of R
```## Install
`cargo install --git https://github.com/sckott/rt-cli.git`
OR
Run `make` after cloning this repo