Yes it is, R doesn't like empty spaces and non ASCII characters on the libPath, a quick walk around would be to install on the system wide library folder, try something like this but change the R version accordingly to your actual setup
install.packages("tidyverse", lib = "C:\\Program Files\\R\\R-3.6.1\\library")