R Studio gzfile error when using library() function

Viewed 16

I am getting an error when trying to utilize any installed packages.

Here is the code I use.

install.packages("tidyverse")
> library(tidyverse)
Error in gzfile(file, "rb") : cannot open the connection
In addition: Warning message:
In gzfile(file, "rb") :
  cannot open compressed file 'C:/Users/M/Appdata/Local/R/win-library/4.2/vctrs/R/vctrs.rdx', probable reason 'No such file or directory'
Error: package or namespace load failed for ‘tidyverse’:
 unable to load R code in package ‘vctrs’

I have tried the following:

  • restarting R Studio
  • re-installing R Studio
  • downloading the packages and putting them in wd()
  • tried moving the wd()

appreciate the help

0 Answers
Related