Hello, I am new with the use of R, Can someone help me this error message and how to fix it.

Error in library(tidyverse) : there is no package called ‘tidyverse’
In addition: Warning messages:
1: In read.dcf(file.path(p, "DESCRIPTION"), c("Package", "Version")) :
cannot open compressed file 'C:/Users/MC/AppData/Local/R/win-library/4.3/tidyverse/DESCRIPTION', probable reason 'No such file or directory'
2: In read.dcf(file.path(p, "DESCRIPTION"), c("Package", "Version")) :
cannot open compressed file 'C:/Users/MC/AppData/Local/R/win-library/4.3/tidyverse/DESCRIPTION', probable reason 'No such file or directory'

Have you installed the tidyverse package? That has to be done once in each system before you can use the library() function.

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.