-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.Rmd
46 lines (29 loc) · 1.55 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# councilR <img src="man/figures/logo.png" align="right" height="400" />
<!-- badges: start -->
[![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)
<!-- badges: end -->
`{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).