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

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

Awesome Lists containing this project

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