mutate()
filter()
select()
%>%
R packages are often constantly updated on CRAN or GitHub, so you may want to update them once in a while with:
update.packages(ask = FALSE)