areal 0.1.4.3 Unreleased

  • Remove documentation for non-exported functions
  • Rebuild pkgdown site
  • No changes to the software functionality

areal 0.1.4.2 Unreleased

  • Fix formatting issue with JOSS manuscript
  • No changes to the software functionality

areal 0.1.4.1 Unreleased

  • Finalize Journal of Open Source Software manuscript
  • No changes to the software functionality

areal 0.1.4 Unreleased

  • Fix issue where mixed interpolations with multiple extensive and intensive variables would get incorrect output containing two copies of the extensive results.
  • Patch fix to Issue 6 so that data not requiring the geometry collection fix do not get processed through that code, improving performance for those interpolations.

  • Updated draft of JOSS paper manuscript along with appendix code and response to reviewers added in paper/.

areal 0.1.3 Unreleased

  • Fix Issue 6 - edge case where st_intersection creates a geometry collection
  • Fix Issue 7 - interpolation returns NA values when tid and sid are the same variable name (e.g. both are GEOID)
  • Fix Issue 14 - interpolation fails when the sf geometry column is not named geometry - now renamed on the fly if this is not the case
  • Fix Issue 16 - tibble output missing other output variables

  • Full draft of JOSS paper manuscript added in paper/

areal 0.1.2 2018-12-31

  • Add CRAN installation instructions to readme and pkgdown site

areal 0.1.1 Unreleased

  • Added vignette titles to replace placeholders
  • Added examples to all exported functions
  • Spell check with devtools::spell_check() and RStudio’s spell check functionality for .Rmd files
  • Checks against winbuilder

areal 0.1.0 Unreleased

  • Added a NEWS.md file to track changes to the package.
  • Develop areal weighted interpolation functionality (aw_ functions)
  • Add core example data sets (ar_ data)
  • Implement unit testing with both Travis and Appveyor as well as Code Coverage tracking
  • Add .github community files
  • Add LICENSE and cran-comments.md
  • Add vignettes for getting started (areal), preparing data (data-preparation), and areal weighted interpolation (areal-weighted-interpolation) - these are in draft for this release.
  • Add pkgdown site functionality