I've been working with Rstudio for last six months, but never had such issues. Earliar today, I had difficulty loading in 'Forecast' which I could just figure out with R Studio Community Help. Now, I just reinstalled R studio... tried to load in tidyverse, but wouldn't work. The errors reads:
Error: package or namespace load failed for ‘tidyverse’:
.onLoad failed in loadNamespace() for 'readr', details:
call: options()
error: Value of SET_STRING_ELT() must be a 'CHARSXP' not a 'NULL'
invalid option "error"
Note: I've already tried ' Install.packages ("tidyverse", dependencies = TRUE).
I'll appreciate if someone could help me with it. Thank you!!