cwi 1.4.0
cwi 1.4.0
- MINOR BREAKING CHANGE:
multi_geo_decennial
now defaults to 2020. Because the 2020 decennial uses a different summary file code from previous years, the defaultsumfile
argument, if used with 2010, will lead to an error. - 2020 decennial variables are now available in
decennial_vars20
. The 2010 ones are still indecennial_vars10
. - A new data frame,
cb_avail
, has the years, programs (ACS vs decennial), and dataset codes (SF1, ACS5, DHC, etc.) available from the Census Bureau's API. - The function
dh_scaffold
was poorly named and not a great fit for the aims of this project. It's been moved to {stylehaven}; find it there asscaffold_project
. - Minor improvements to some warnings and other messages.
cwi 1.3.0
- Add COGs to xwalk along with function for reconciling names
cwi 1.2.0
- Update defaults to 2021 where applicable:
multi_geo_acs
,adj_inflation
base year,label_acs
. - Replace
acs_vars20
withacs_vars21
. multi_geo_decennial
now takes"pl"
as a possible value for summary file, since the full 2020 Decennial data still aren't out.
cwi 1.1.3
- Add regional councils of governments to
regions
list. Connecticut adopted these in 2022 to replace counties. Definitions from CTOPM here. - Add vignette on regions since there's so many of them now
cwi 1.1.2
- Start handling updated MSA definitions—not sure that any datasets actually use these yet
- Add
rescale
option tosub_nonanswers
—its default won't change any existing code
cwi 1.1.1
Bugfix: occupational codes have larger groups and smaller groups. One larger group (Healthcare Practitioners and Technical Occupations) was mislabeled so it was marked as being under Education, Legal, Community Service, Arts, and Media Occupations.
cwi 1.1.0
Some updates to 2020
- 2020 ACS 5-year data are finally out, so
acs_vars19
has been replaced byacs_vars20
, andmulti_geo_acs
now uses 2020 as the default. Some examples & vignette code have been updated to match. - Decennial census data aren't out yet and won't be for some time, so decennial-related things still default to 2010.