get_adi()
results.USpopcenters
and geosphere
.synthetic_population()
geography = "zcta"
behavior so that it will honor non-NULL
values of state
.tidycensus
functions were going to occur when in fact many might occur.shift_geo
as a formal argument from all functions. The user can still pass this via ...
.censusapi
from Imports
areas_in_radius()
, closest_n_areas()
, closest_population()
, lon_lat_from_area()
, and append_dissimilarities()
Note that get_adi()
will not work with 1990 nor 2000 Decennial Census data until the US Census restores the availability of those data.
get_adi()
and calculate_adi()
output.year
argument. This will break old code that relied on the default of year = 2017
.seed
argument had been essentially ignored up until now, since seed = 500
was hard-coded into the call to mice::mice()
within sociome::calculate_adi()
. User-specified seed
values in calculate_adi()
and sociome::get_adi()
are now properly passed to mice()
. Users desiring to recover old results should specify seed = 500
.get_adi()
now pulls the correct variable for "civilian females age 16+ in white-collar occupations" for pre-2010 ACS estimates (C24010_040 instead of C24010_039).\donttest{}
are now run during CRAN checks, all instances were changed to \dontrun{}
.get_adi(dataset = "decennial", year = 2010)
calls did not work unless geography = "tract"
get_adi(dataset = "decennial", geography = "tract", year = 2010)
returned [incorrect] results for all tracts in all specified states, irrespective of what was passed to the geoid
or county
arguments.seed
argument to get_adi()
and calculate_adi()
.tidycensus
0.9.2 the minimum version, now that 0.9.6 is on CRAN. Both those versions are compatible, but 0.9.5 is not.tidycensus
, 0.9.5, is incompatible with sociome
due to a tidycensus
bug. This bug is fixed in version 0.9.6, which is available on Github, but in order to accommodate new users of sociome
, the older CRAN version, 0.9.2, will be required instead. This will be changed once the latest version of tidycensus
becomes available on CRAN.tigris-package
help page to avoid CRAN warning.get_adi(dataset = "decennial", state = NULL)
would work.install.packages("sociome")
to README's installation instructions.geometry
argument FALSE
by default.dataset = "decennial"
.dataset = "decennial"
is under development.zcta
argument.checkmate
package no longer an Import.cache_tables
argument had been ignoredSuccessfully produces area deprivation indices (ADIs) for different US census designations based on user specifications.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.