Skip to content

Releases: ClevelandClinicQHS/sociome

sociome 3.0.0

Choose a tag to compare

@NikKrieger NikKrieger released this 10 Jan 19:45

Large overhaul:

  • 2020 decennial census is now completely supported.
  • Removed seed argument from get_adi(), calculate_adi(), and synthetic_population().
  • Added the helper objects state_geoids (a character vector of the state geoids for which ADI values can be created) and dataset_year_geography_availability, which outlines the combinations of dataset, year, and geography are 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

Choose a tag to compare

@NikKrieger NikKrieger released this 31 Oct 20:23
0e5c646

New functions and bug fixes.

sociome 1.4.2

Choose a tag to compare

@NikKrieger NikKrieger released this 04 Aug 20:16

Fix pre-2010 ACS ADI bug.

sociome 1.4.0

Choose a tag to compare

@NikKrieger NikKrieger released this 19 Mar 13:05

Commit 6cbfa85

sociome 1.3.2

Choose a tag to compare

@NikKrieger NikKrieger released this 27 Jan 16:32

Update handling changed tigris documentation files.

sociome 1.0.2

Choose a tag to compare

@NikKrieger NikKrieger released this 02 Aug 19:05

Fixed a bug that made calls to 1990 decennial data crash.

sociome 1.0.0

Choose a tag to compare

@NikKrieger NikKrieger released this 02 Aug 14:39

Major updates:

  • Made the geometry argument FALSE by default.
  • Overhauled internal code to accommodate dataset = "decennial".
  • Added tests.

Minor updates:

  • Documentation and README improvements.