philmikejones / rakeR

Tools for easy spatial microsimulation (raking) in R
http://philmikejones.github.io/rakeR/
11 stars 1 forks source link

Integerise returns weights silently if already integers #46

Closed philmikejones closed 7 years ago

philmikejones commented 7 years ago

If input weights are already integers, the integerise() function now returns these silently. I want to at least print a message that this is being done.

philmikejones commented 7 years ago

Fixed in commit db29cbe