| Crates.io | tergo |
| lib.rs | tergo |
| version | 0.2.4 |
| created_at | 2024-10-27 10:14:21.111347+00 |
| updated_at | 2025-02-08 13:26:54.361095+00 |
| description | Format code written in R |
| homepage | |
| repository | https://github.com/kpagacz/tergo/ |
| max_upload_size | |
| id | 1424491 |
| size | 19,470 |
tergo (lat. to clean) is a command line program that formats R code.
cargoIf you have cargo
installed, then you can simply run:
cargo install tergo
, and the newest version of tergo is going to be installed on your machine.
If you want to install from source, you will need to have
cargo
installed on your machine.
Clone the repository:
git clone https://github.com/kpagacz/tergo
Install the binary via cargo:
cargo install --path ./tergo
tergo will be available after these steps.
Run:
tergo --help
For tergo's manual.
You can configure tergo via a tergo.toml file.
See tergo-lib README or
tergo-lib documentation
for more details about possible configuration keys and values.