I have just changed laptops and I saved all my R files in OneDrive. I am trying to run my previous R scripts but I get stuck from the very first lines when I load the libraries:
Error in library(tidyverse) : there is no package called ‘tidyverse’
Then, I ran .libpaths()
, and I tried to delete the tidyverse file from there but I cannot: for some reason, even when I pause syncing the OneDrive, the tidyverse file is stuck on the 'sync pending' sign.
No idea how to fix this and run my scripts again.