Skip to content

v0.1.3

Compare
Choose a tag to compare
@eroten eroten released this 04 Aug 14:44
· 218 commits to main since this release
d41ae81

What's Changed

  • General updates from package development workshop by @eroten in #39
    v.0.1.3 (2022-08-03)

New features

  • fetch_county_geos() uses {tigris} to create an sf object. It takes one argument, core, which indicates whether to include only the core 7-county metro or the 9-county MPO area.
  • Input checks using {rlang}
  • New vignette detailing helpers for accessing spatial data, including snippets.
  • New contributor guidelines.
  • council_theme() is officially deprecated. Function will return error with message
  • Improved testing
    • Package now uses {httr2} to access DB credentials securely. If you want to develop and test the package, you must contact @eroten for the COUNCILR_KEY to decrypt.
    • Added testing for colors

Dependency changes

  • {tigris}, {cli}, {httr2} added
  • {repmis} removed

General updates

  • More uniform documentation standards
  • RMarkdown template
    • New default text in RMarkdown template
    • Remove {repmis} and use integrated {knitr} function to fetch package dependencies.

Full Changelog: v0.1.2.9001...v0.1.3