Releases: ClevelandClinicQHS/sociome
Releases · ClevelandClinicQHS/sociome
Release list
sociome 3.0.0
Large overhaul:
- 2020 decennial census is now completely supported.
- Removed seed argument from
get_adi(),calculate_adi(), andsynthetic_population(). - Added the helper objects
state_geoids(a character vector of the state geoids for which ADI values can be created) anddataset_year_geography_availability, which outlines the combinations ofdataset,year, andgeographyare available from the census API as well as which combinations can be used to obtain ADI values. - Better input checking so that sociome will inform the user proactively if they won't be able to obtained what they requested from the census API.
- Expanded ZCTA availability and fixed ZCTA-related bugs.
- Added lots of unit tests.
sociome 2.2.2
sociome 1.4.2
sociome 1.4.0
sociome 1.3.2
Update handling changed tigris documentation files.
sociome 1.0.2
Fixed a bug that made calls to 1990 decennial data crash.
sociome 1.0.0
Major updates:
- Made the
geometryargumentFALSEby default. - Overhauled internal code to accommodate
dataset = "decennial". - Added tests.
Minor updates:
- Documentation and README improvements.