The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Large overhaul with a few breaking changes in the form of altered
default arguments, but for the most part this update will in fact expand
sociome’s usability.
seed argument from get_adi(),
calculate_adi(), and synthetic_population().
Any given call to one of these functions only resulted in one operation
employing randomization (imputation with mice::mice()).
Just call set.seed() beforehand if you want.state_geoids and
dataset_year_geography_availability.get_geoids() and synthetic_population()
now support more year/geography/dataset combinations, supporting ACS
data now.synthetic_population() and get_geoids() with
dataset = "decennial".get_geoids(). You now have
to exactly specify dataset = "decennial" with the exact
decennial census year if you want these data.evaluator argument to get_adi(),
enabling the user to customize how the function retries calls to the
census API.geography argument in
get_adi(), get_geoids(), and
synthetic_population()year argument in
get_geoids().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 Importsareas_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.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.