# R Language
## Packages
- `tidyverse`: A collection of pakcages, including `ggplot2`, `dplyr`, `tidyr`,
and more.
- `data.table`: Faster thant he built-in `data.frame` for large datasets.
## Tooling
- [`Air`](https://posit-dev.github.io/air/), a LSP + formatter for R, written in
[[rust|Rust]], developed by Posit, implementing Tifyverse style guide.