-
statessplit into two tibbles:state_ids(naming and coding systems) andstate_geo(geographic and classificatory properties). -
factsrenamed tostate_facts;state.x19removed. -
Puerto Rico removed from all
state_*objects. It is now included interritoryand theterritory_*vectors alongside AS, GU, MP, UM, and VI. Allstate_*objects now cover exactly 51 rows (50 states + DC). -
state.abb,state.area,state.center,state.division,state.name, andstate.regiondot-named vectors replaced withstate_abbs,state_areas,state_centers,state_divisions,state_names, andstate_regions. -
zip.code,zip.center,city.name, andcounty.namerenamed tozip_codes,zip_centers,city_names, andcounty_names.
-
state_capitals: capital city name, coordinates (TIGER 2020 internal points), and population (2020 Decennial Census) for the 50 states and DC. -
state_geogainspeak_elev(state high point in feet, USGS) and adds DC.
-
state_factspopulation updated to 2020 Decennial Census (was 2010 ACS). -
state_factsincome updated to 2022 ACS 1-year per capita income (was 2019 median household income). -
state_factsElectoral College votes updated to 2020 Census reapportionment (applies 2022–2032). -
state_factsmurder rate updated to 2022 FBI NIBRS homicide rate per 100,000 via the Crime Data Explorer API (was 2018 UCR). -
state_factseducation updated to 2022 ACS 1-year;collegenow stored as a proportion (0–1) rather than a percentage. -
state_factsheat(1981–2010 cooling degree days, dead FTP source) replaced byfrost: mean days per year with minimum temperature below freezing, from the NCEI 1991–2020 Climate Normals. -
state_factslife expectancy updated to 2021 NCHS state life tables via CDC (was 2017–18 data from a Wikipedia scrape). -
countiessource updated from archived FCC file to Census TIGER 2020 national county reference file. Row count 3,232 → 3,235. -
state_idsgainsicp(IPUMS STATEICP codes) andap(AP style abbreviations) columns.
-
spandrgdaldependencies removed; spatial operations usesfandtigristhroughout. -
state_capitalscoordinates and population now sourced from the Census API rather than hardcoded.
- Fix logo URL in README
- 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
bachcolumn tocollegeand remove thehighcolumn.
- Rename
infodata tofacts. - Separate territories from
statestoterritory, etc (for now).
- Finish the
infodata 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
.zipand.xlsxdata sources.
- Add the data from the archived
zipcodepackage. - Export the columns from the
zipcodesdata frame aszip.*vectors.
- Add the synthetic
peopledata set from PEW Research.
- Replace geocodes data with census sources.
- Combine state info into single table.
- Delete unfinished data.
- Save
state_centerstibble from Wikipedia. - Overwrite
state.centerlist with territories. - Update
README.mdwith newest object differences.
- Improve draft objects and tibbles.
- Add overall
statestibble.
- Overwrite the base
state.*objects. - Add draft versions of most relational tibbles:
- Rename package to usa
- Create
fips,regions,divisions, andpopulationstibbles.
- Added a
NEWS.mdfile to track changes to the package.