tergo-0.2.2 is not a library.
tergo
tergo (lat. to clean) is a command line program that formats R code.
Installation
cargo
If you have cargo
installed, then you can simply run:
, and the newest version of tergo is going to be installed on your machine.
From source
If you want to install from source, you will need to have
cargo
installed on your machine.
-
Clone the repository:
-
Install the binary via cargo:
tergo will be available after these steps.
Usage
Run:
For tergo's manual.
Configuration
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.