similar post to a number of others.
tidyverse install returns error about rlang not being 0.2.1. So I uninstall/remove [rlang] install it again and it just reinstalls 0.2.0 again.
Any ideas how to install a specific version of [rlang] ?
install.packages("tidyverse", dependencies = TRUE)
library(tidyverse)
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
namespace 'rlang' 0.2.0 is being loaded, but >= 0.2.1 is required