Hi,
I am trying to install Tidyverse and I encounter the following problem
library(tidyverse)
Registered S3 methods overwritten by 'broom':
method from
augment.rowwise_df
augment.tbl_df
glance.rowwise_df
glance.tbl_df
tidy.rowwise_df
tidy.tbl_df
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’
When I try to install the package backports, it get the following
Warning in install.packages :
installation of package ‘backports’ had non-zero exit status
What should I do ?
I have installed R and Rstudio 10 days ago. I have the version Version 1.2.5033
Thanks in advance,
Christine