Changes in version 0.2.8 (2022-12-22) o Fixed a CRAN warning: sprintf is no longer allowed in C code (replaced with snprintf). Changes in version 0.2.7 (2022-06-16) o fixed bug in match_restrictions. Would fail in some cases of explicitly named rows in data frame. (Thanks to Patrick Driessens for reporting). o fixed bug in match_restrictions. In certain edge cases returned columns could be of class (Thanks to Patrick Driessens for reporting). Changes in version 0.2.6 (2022-05-24) o 'match_restrictions' now warns in the case of strict inequalities. o Fix: warning message on non convergence did not match the reason. Changes in version 0.2.5 (2019-06-19) o Documentation format update by CRAN request. Changes in version 0.2.4 (2019-05-17) o switched to 'tinytest' testing framework o documentation update (issue #2) o added CITATION file Changes in version 0.2.3 (2018-07-30) o bugfix: match_restrictions would try and alter the wrong variables in cases where variable order in the rule set was different from variable order in the data. Changes in version 0.2.1 (2017-06-14) o Pakcage now imports from 'validate' o Imported package 'editrules' is now suggested o New function 'match_constraints' Works with 'validate::validator' objects. o New function 'tag_missing' records missing value locatiions. o New function 'tagged_values' retrieves tagged value locations. o New function 'remove_tag' removes tagged value locations o Function 'adjust' is now deprecated. (see 'match_constraints') o Function 'sparseConstraints' is now deprecated (see the 'lintools' package) o Updated native routine registration as now required by CRAN Changes in version 0.1.8 (2015-07-14) o updated for compliance to new CRAN policies Changes in version 0.1.7 o solved issues with vignette building on CRAN side Changes in version 0.1.6 o bugfix in adjustRecords: weights were ignored (thanks to Daan Zult). o several updates on unit tests. Changes in version 0.1.4 o Vignette now built using weave engine specification (allowed since R3.0). Changes in version 0.1.3 o Removed vignette dependence on inconsolata.sty which is now unavailable from CTAN (Thanks to Brian Ripley) Changes in version 0.1.2 o Cleaned code after compilation warnings in candidate compiler for OSX (Thanks to Brian Ripley) o bugfix in print method for object of class 'adjustedRecords' Changes in version 0.1.1 o Update in vignette due to knitr upgrade (thanks to Yihui Xi). o Bugfix in adjustRecords: optional parameters were not passed to "adjust" (thanks to Sander Scholtus) Changes in version 0.1.0 o First stable release