https://github.com/sckott/rt-cli
CLI tool for running tests in R packages
https://github.com/sckott/rt-cli
Last synced: 5 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-20T23:21:23.000Z (about 1 year ago)
- Last Synced: 2025-06-11T05:16:45.817Z (5 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 information
Commands:
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