The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
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[@]metanet.ch.
geography argument value 'census' has
been renamed to 'tract' for clarity. Using
'census' now produces an informative error directing users
to update their code.release year is now
"2025".|>).'place' geography (cities, towns, and
CDPs) across all release years 2020–2025, including
geometry and age_adjust support.api_urls) rather than being hardcoded, making it easier to
add future release years.data-raw/DATASET.R now uses the Socrata Discovery API
to programmatically discover all PLACES endpoints, replacing the manual
Google Sheets approach.formatted_zctas(), measure_text(),
and format_query() to use SQL IN operators
instead of chained LIKE/OR clauses, producing
shorter and more efficient API queries.check_multiples() and
check_multiples_cc() where
nrow(final_sum > 0) was evaluated instead of
nrow(final_sum) > 0.check_api() and test_check_api()
crashing with $ operator is invalid for atomic vectors when
a connection-level error (DNS failure, timeout) occurred instead of an
HTTP response.return() calls in
check_multiples() and check_multiples_cc()
that caused values to silently be lost on several code paths.'census' deprecation message is shown instead of a generic
error.readline() calls in
check_multiples() and check_multiples_cc()
with interactive() checks so the package no longer hangs in
non-interactive contexts (Shiny, knitr, CI). Defaults to including all
overlapping counties with a message.places_out[8:11]) in
the ZCTA path with named column references, preventing incorrect
conversions if the API schema changes.cat argument message (“overrideen” →
“overridden”).geometry = TRUE using 2010 Census shapefiles for
2024+ release data. PLACES switched to 2020 Census geographies starting
with the 2024 release, so tract and ZCTA GEOIDs no longer matched.
Geometry vintage is now selected based on the release
year.toupper() which caused a
case-sensitive mismatch with the API’s title-case
locationname values. Added to_title_case()
helper to normalize county names regardless of user input casing.test-helpers.R).if/for blocks with
skip_if_api_unavailable() inside each
test_that() for proper skip reporting.county,
age_adjust, cat,
get_dictionary(), ZCTA geography, and graceful no-internet
failure.Sys.sleep(10) calls and duplicate test
blocks.\dontrun{} wrappers to examples.stop_quietly(),
firstup(), and commented-out httr
references.globalVariables().@param measure now correctly says
“multiple measures” instead of “multiple states”;
parse_request() docstring updated from httr2
to curl.skip_on_cran() to all test cases.\dontrun{} to examples.cat to query a specific
category of measures and age_adjust to return only the age
adjusted rates if set to TRUE.NEWS.md file to track changes to the
package.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.