v 0.2.2 Unreleased

  • Functions have been renamed to include a rk_ prefix. Function names without prefixes have been deprecated but will continue to work for now so as not to affect existing code.
  • Increased code coverage.
  • check_constraint() and check_ind() are now deprecated. These checks are carried out by the weight() and/or integerise()/extract() functions automatically.
  • Update README.md documentation
  • Add additional unit tests - thanks Derrick Atherton for feedback
  • Add appropriate acknowledgements for source of data set used for examples and testing.

v 0.2.1 2017-10-10

Patch release:

  • Fixes to examples and tests to use correct variable labels and names (thanks Derrick Atherton for pointing this out).
  • Fix version number in NEWS

v 0.2.0 2017-06-30

v 0.1.2 2016-11-14

Patch release

New functions

  • check_ind() checks individual level data for common errors

Fixes:

v 0.1.1 2016-09-19

Initial CRAN release

Fixes:

  • Fix license issue: remove LICENSE, state GPL-3

v 0.1.0 Unreleased

New functions

  • weight(),
  • integerise(),
  • simulate(),
  • rake(), and
  • check_constraint()