NEWS.md
dplyr version to be 0.8.0.purrr >= 1.0.0 as a reaction to soft deprecation or rlang::squash().rules(): it now only converts bare expressions with . as input into formulas.This version is reaction to changes in dplyr 0.8.0.
rules() now uses __ instead of .. as separator for function position in input .... This is done because of new dplyr name repair rules which assume that ..{[0-9]} in the end of the name can be removed.rules() behaviour now depends on version of dplyr. For version less than 0.8.0 it is a direct wrapper for dplyr::funs() which does custom name repair. For newer versions it quotes elements in ... (except explicit formulas) and repairs names of the output.