xfun error when checking my packages

Hi,

I had another error about rlang when trying to download the tidyverse and ggplot2 packages and then I tried removing the rlang package (on the directory) and now I keep getting this error when doing Search()

Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
namespace ‘xfun’ 0.37 is being loaded, but >= 0.39 is required

I have no idea what this means and apparently I can't do anything! Not even seeing what packages I have. Please help! I need to do a uni assignment for next week and I can't continue with this issue.

Thank you so much!

Whenever this is seen, do this

install.packages("xfun")

Oh gosh! It worked, thank you so much :slight_smile:

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.