- Adds startup message.
- Adds parameter in
predict_race()
where you can enter a first name and get the likely race of that first name. - Adds function
predict_gender()
that uses United States Social Security Administration (SSA) data from 1880-2019 to predict the gender of a first name.
- Combines 2010 Census data and 2000 Census data together.
- Fix bug where Hispanic names are classified as White. Closes #1 by @jmrphy.
- Adds GitHub links on DESCRIPTION.
- Added a
NEWS.md
file to track changes to the package.