Skip to content

cholera v0.7.0

Compare
Choose a tag to compare
@lindbrook lindbrook released this 28 Aug 17:25
· 2202 commits to master since this release

New Feature

  • support for parallel computation on Windows.

Fixes

  • fix computation of core in neighborhoodWalking().
  • fix nearestPump(metric = "euclidean", case.set = ("observed", "expected")).

Function Changes

  • rename and amend simWalkingDistance() to simulateWalkingDistance().
  • deprecate case.set argument in addNeighborhoodCases().
  • add nearestPump(metric = "walking", case.set = "expected").
  • amend expectedCount() for summary.walking().
  • add unstackAuxiliaryFunctions.R

Vignettes

  • add Parallelization vignette.