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

https://github.com/Metropolitan-Council/councilR

A curated collection of commonly used templates, color palettes, functions, and more!
https://github.com/Metropolitan-Council/councilR

package r r-package rstats templates

Last synced: 4 months ago
JSON representation

A curated collection of commonly used templates, color palettes, functions, and more!

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# councilR

[![R-CMD-check](https://github.com/Metropolitan-Council/councilR/workflows/R-CMD-check/badge.svg)](https://github.com/Metropolitan-Council/councilR/actions)
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)

`{councilR`} is a collection of commonly used templates, color palettes, and functions for R users at the Metropolitan Council.

## Installation

You can install the released version of `{councilR}` from GitHub.

``` r
remotes::install_github("Metropolitan-Council/councilR")
```

## Contributing

Please see our contribution guidelines [here](.github/CONTRIBUTING.md).

### Acknowledgements

Thanks to all the folks who have contributed to this project in one way or another

[@ashleyasmus](https://github.com/ashleyasmus), [@ehesch](https://github.com/ehesch), [@eroten](https://github.com/eroten),
[@velicknd](https://github.com/velicknd), [@schroeder-matt](https://github.com/schroeder-matt), [@Brandon-Whited](https://github.com/Brandon-Whited), [@LimerickSam](https://github.com/LimerickSam), and [@leonx075](https://github.com/leonx075).