tibble.dplyr 1.0.0.tibble 3.0.0.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.tibble 2.0.0: ease some tests and adjust to new functionality.dplyr 0.7.5.rlang 0.2.0.