Skip to content

Releases: chris-prener/areal

areal 0.1.6

12 May 17:31
Compare
Choose a tag to compare
  • Prepare areal for upcoming dplyr release
  • Address bug with geometry collections that could cause errors in aw_intersect()
  • Resolve various warnings during unit tests
  • Change minimum version of R to 3.4
  • Update travis and appveyor builds

areal 0.1.4.4

16 May 01:46
Compare
Choose a tag to compare
  • Finalize JOSS manuscript
  • Rebuild pkgdown site
  • No changes to the software functionality

areal 0.1.4.3

04 May 12:36
Compare
Choose a tag to compare
  • Remove documentation for non-exported functions
  • Rebuild pkgdown site
  • No changes to the software functionality

areal 0.1.4.2

01 May 19:47
Compare
Choose a tag to compare
  • Fix formatting issue with JOSS manuscript
  • No changes to the software functionality

areal 0.1.4.1

26 Apr 18:46
Compare
Choose a tag to compare
  • Finalize Journal of Open Source Software manuscript
  • No changes to the software functionality

areal 0.1.4

23 Mar 02:23
Compare
Choose a tag to compare
  • 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 v0.1.3

19 Jan 15:08
2d4787e
Compare
Choose a tag to compare
  • 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 v0.1.2

01 Jan 14:46
Compare
Choose a tag to compare
  • Add CRAN installation instructions to readme and pkgdown site

areal v0.1.1

20 Dec 17:09
Compare
Choose a tag to compare
  • 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 v0.1.0

19 Dec 21:56
Compare
Choose a tag to compare
  • 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