library(tidyverse)

whenever i install 'tidyverse' and run library, i recieved this from R "library(tidyverse)
Error: package or namespace load failed for ‘tidyverse’:
.onLoad failed in loadNamespace() for 'broom', details:
call: loadNamespace(x)
error: there is no package called ‘backports’" can anyone help me resolve this, please?

It looks like you are missing the backports package.

Try

install.packages("backports") 

and try a reinstall of 'tidyverse'

Thanks so much , it has worked

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.