I get this error message when installing tidyverse
I write:
install.packages("tidyverse")
Return message:
Warning in install.packages :
error 1 in extracting from zip file
Warning in install.packages :
cannot open compressed file 'curl/DESCRIPTION', probable reason 'No such file or directory'
Error in install.packages : cannot open the connection
I manage to install many other packages. Do anyone know what I can do to fix this issue?
Thanks
Jan