NEWS (original) (raw)
ruler 0.3.1
- Reaction to
R CMD checknotes.
ruler 0.3.0
- Update minimum
dplyrversion to be 0.8.0. - Introduce dependency on
purrr >= 1.0.0as a reaction to soft deprecation orrlang::squash().
ruler 0.2.4
- Maintenance release in reaction to a planned update of
tibble.
ruler 0.2.3
- Reaction to
dplyr1.0.0.
ruler 0.2.2
- Reaction to
tibble3.0.0.
ruler 0.2.1
- Update logic of
rules(): it now only converts bare expressions with.as input into formulas.
ruler 0.2.0
This version is reaction to changes in dplyr 0.8.0.
- Breaking changes:
- Name repair in
rules()now uses__instead of..as separator for function position in input.... This is done because of newdplyrname repair rules which assume that..{[0-9]}in the end of the name can be removed. rules()behaviour now depends on version ofdplyr. For version less than 0.8.0 it is a direct wrapper fordplyr::funs()which does custom name repair. For newer versions it quotes elements in...(except explicit formulas) and repairs names of the output.
- Name repair in
ruler 0.1.4
- Reaction to
tibble2.0.0: ease some tests and adjust to new functionality.
ruler 0.1.3
- Update for
dplyr0.7.5.
ruler 0.1.2
- Update for
rlang0.2.0.
ruler 0.1.1
- Update some unnecessarily strict tests (for CRAN).
ruler 0.1.0
- Initial release.