https://github.com/sellorm/happyr
A CLI wrapper for R's {styler} and {lintr} packages
https://github.com/sellorm/happyr
Last synced: about 2 months ago
JSON representation
A CLI wrapper for R's {styler} and {lintr} packages
- Host: GitHub
- URL: https://github.com/sellorm/happyr
- Owner: sellorm
- License: mit
- Created: 2023-04-25T16:28:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-25T16:28:28.000Z (almost 2 years ago)
- Last Synced: 2025-01-05T12:12:35.006Z (3 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.bashdown
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - sellorm/happyr - A CLI wrapper for R's {styler} and {lintr} packages (Python)
README
# happyr - "fitR, happyR"
Brings R's {styler} and {lintr} packages to the command line.
Make your R code fitR and happyR with the happyR cli tool.
## Installation
Install from PyPI:
```bash
# python3 -m pip install happyr
```## Usage
```bash
happyr --help
```To style with {styler}:
```bash
happyr style --help
```To lint with {lintr}:
```bash
happyr lint --help
```## License
MIT (c) Mark Sellors