I am receiving this message now when starting up rstudio on Windows 10.
If I try to load a library, such as library(tidyverse), I get this message:
Error: package or namespace load failed for ‘tidyverse’:
.onLoad failed in loadNamespace() for 'broom', details:
call: loadNamespace(name)
error: there is no package called ‘backports’
I believe that I started having these issues after trying to update some packages and, perhaps, because of choosing "no" when getting the message about updating a package that was already loaded.
How do I get things working again?
Thanks for any help!