Hi everybody,
I'm having this problem but I am not sure what is the source of it.
Basically, when I try to load 'tidyverse', I get an error message telling me:
library(tidyverse)
Error: package or namespace load failed for ‘tidyverse’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘pillar’
In addition: Warning message:
In dir.create(tempPath, recursive = TRUE) :
cannot create dir 'C:\Users????????? ????', reason 'Invalid argument'
I also tried to install 'pillar' but it did not work.
install.packages("pillar")
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.6/pillar_1.4.0.zip'
Content type 'application/zip' length 181034 bytes (176 KB)
downloaded 176 KB
package ‘pillar’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\ÚÈÏÇáÑÍãä ÏáÇß\AppData\Local\Temp\RtmpwZl0du\downloaded_packages
Warning message:
In dir.create(tempPath, recursive = TRUE) :
cannot create dir 'C:\Users????????? ????', reason 'Invalid argument'
I would highly appreciate any help. I am also running R studio as administrator.
Thanks,