README.md

Build Status Build status DOI Rdoc Github All Releases

colorr: Color palettes for EPL, MLB, NBA, NHL, and NFL teams.

Color palettes for EPL, MLB, NBA, NHL, and NFL teams. The package contains the following palettes.

Color palettes

Package Installation

The latest stable version (1.0.0) can be installed from CRAN.

install.packages("colorr")

The latest development version on GitHub can be installed using devtools.

if(!require("ghit")){
    install.packages("ghit")
}
ghit::install_github("cdcrabtree/colorr")

Support or Contact

Please use the issue tracker for problems, questions, or feature requests. If you would rather email, you can contact Charles Crabtree and he will address the issue.

If you would like to contribute to the package, that is great! I welcome pull requests and new developers.

Tests

To test the software, users and potential contributors can use the example code provided in the documentation for each function.

Credit

Some of the code from the functions comes from Karl W. Broman's broman::brocolors. Team colors come from http://jim-nielsen.com/teamcolors/ and http://teamcolorcodes.com/nba-team-color-codes/.

Also, thanks to Hadley Wickham for his excellent book, R Packages.



cdcrabtree/colorr documentation built on May 13, 2019, 2:20 p.m.