.libPaths()
#> [1] "C:/Users/mlyons/OneDrive - COMPANY Namé/Documents-ML/R/win-library/4.1"
#> [2] "C:/Program Files/R/R-4.1.0/library"
Created on 2021-07-30 by the reprex package (v2.0.0)
My apologies, I was confused by the Win11 GUI (Windows Explorer), I do have a directory named 4.1, and clock is in it. I understand that now thanks to you and .libPaths()
I am wondering if the "C:/Users/mlyons/OneDrive - COMPANY Namé/Documents-ML/R/win-library/4.1" is causing problems.
Again, I modified the path before posting here (I did not want to share the actual path publicly), but I included the character which I think might be the root of the problem: é.
Could that character cause problems?
Could I (merely) move that 4.1 folder to different location with a simple path, and set "lib" to point there?