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