Recent Releases of findSVI
findSVI - findSVI 0.2.0
findSVI now supports SVI calculation for 2022 (#20).
A new function
find_svi_x()supports SVI calculation at custom geographic boundaries, with a user-defined crosswalk to Census geographies. Also available throughget_census_data()with an additional argumentexp=TRUEandget_svi_x()(#16).
Scientific Software - Peer-reviewed
- R
Published by heli-xu about 1 year ago
findSVI - findSVI 0.1.3 - JOSS paper release
This release includes updated documentation and formatting based on JOSS reviewers' suggestions https://github.com/openjournals/joss-reviews/issues/6525: - Modified the code style and added a brief section about contributing in README. #19 - Specified country in author and summary section #17
Summary of other areas to explore in the future: - increase test coverage - suggested: use mocking to intercept API calls - incorporate census data from other countries (via packages like cancensus) - built-in visualization tools (maps)
Scientific Software - Peer-reviewed
- R
Published by heli-xu over 1 year ago
findSVI - findSVI 0.1.2
Wrapping data retrieval and SVI calculation,
find_svi()supports multiple entries of year-state pairs.get_census_data()(andfind_svi()) uses zcta-state crosswalks to support state-specific ZCTA-level data retrieval from 2019-2021. (This functionality is supported bytidycensus::get_acs()until 2019 as Census Bureau no longer makes ZCTA shapefiles available by state.)get_svi()replicates results from CDC/ATSDR SVI database by matching number of decimals (#12).More user-friendly CLI error messages in the functions (#3, #4, #7).
Scientific Software - Peer-reviewed
- R
Published by heli-xu over 2 years ago