tidyverse error, or maybe the R Studio

I have this error everytime i load a package tidyverse, can anyone help?

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 ‘reprex’
In addition: Warning message:
package ‘tidyverse’ was built under R version 3.6.3

You are missing a package dependency, what happens if you try to install it?

install.packages("reprex")

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.