Tidyverse Update Problem

I had the same problem, and was able to solve it by loading the prior version of tidyverse, as follows:

require(devtools)
install_version("tidyverse", version = "1.1.1", repos = "http://cran.us.r-project.org")

4 Likes