I recently updated all of my packages and tried loading library(tidyverse) but received the following error:
Error: package or namespace load failed for 'tidyverse' in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called 'tidyselect'
Execution halted
I've tried re-installing tidyverse, as well as ggplot2 and dplyr separately, restarted R as well as my computer, re-installed rlang and tidyselect, and all to no change in the error. ggplot2 seems to load fine but dplyr does not and I get a similar error. When I try and load tidyselect I receive this error:
Error: package or namespace load failed for ‘tidyselect’:
.onLoad failed in loadNamespace() for 'tidyselect', details:
call: is_string(x)
error: object 'rlang_is_string' not found