- Update maintainer email, website URL, and GitHub URL.
- Add
state_convert()
helper function. - Add Electoral College votes to
facts
. - Remove the invalid negative degree days in the mean.
- Rename the
bach
column tocollege
and remove thehigh
column.
- Rename
info
data tofacts
. - Separate territories from
states
toterritory
, etc (for now).
- Finish the
info
data set:- Find degree days for Washington, DC.
- Use state names instead of abbreviations.
- Remove outdated literacy rates.
- Add admission date (age in matrix).
- Use https://data.census.gov sources.
- Save
.zip
and.xlsx
data sources.
- Add the data from the archived
zipcode
package. - Export the columns from the
zipcodes
data frame aszip.*
vectors.
- Add the synthetic
people
data set from PEW Research.
- Replace geocodes data with census sources.
- Combine state info into single table.
- Delete unfinished data.
- Save
state_centers
tibble from Wikipedia. - Overwrite
state.center
list with territories. - Update
README.md
with newest object differences.
- Improve draft objects and tibbles.
- Add overall
states
tibble.
- Overwrite the base
state.*
objects. - Add draft versions of most relational tibbles:
- Rename package to usa
- Create
fips
,regions
,divisions
, andpopulations
tibbles.
- Added a
NEWS.md
file to track changes to the package.