Unable to Install Tidy Models

Hello.

I am unable to install tidy models package.

Tried it on a couple of computers now. This is the error message that comes out at the end. Any thoughts on how it can be installed?

Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
namespace 'rlang' 0.4.6 is being loaded, but >= 0.4.7 is required
Calls: ... withCallingHandlers -> loadNamespace -> namespaceImport -> loadNamespace
Execution halted
ERROR: lazy loading failed for package 'tidymodels'

  • removing 'C:/Users/aryan/OneDrive/Documents/R/win-library/4.0/tidymodels'
    Warning in install.packages :
    installation of package ‘tidymodels’ had non-zero exit status

This is asking you to update the rlang package

install.packages("rlang")

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.