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!
- Host: GitHub
- URL: https://github.com/Metropolitan-Council/councilR
- Owner: Metropolitan-Council
- License: other
- Created: 2020-04-28T16:09:34.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T23:00:27.000Z (4 months ago)
- Last Synced: 2024-12-03T23:27:58.415Z (4 months ago)
- Topics: package, r, r-package, rstats, templates
- Language: R
- Homepage:
- Size: 2.56 MB
- Stars: 6
- Watchers: 6
- Forks: 1
- Open Issues: 29
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - Metropolitan-Council/councilR - A curated collection of commonly used templates, color palettes, functions, and more! (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# councilR
[](https://github.com/Metropolitan-Council/councilR/actions)
[](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).