library error(dplyr, bulletxtrctr, x3ptools, etc.,,,)

I have installed dplyr, bulletxtrctr, x3ptools., etc.. and used them well
All of sudden, I got the following errors
I think it happened after I tried to run devtools::install_github("CSAFE-ISU/shoeprintr")
I failed to install shoeprintr and now I can not run other libraries too.

library(x3ptools)
Error: package or namespace load failed for ‘x3ptools’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
Namespace ‘rlang’ 1.0.6 has already been loaded but >= 1.1.0 is required

It’s asking for an updated version of a dependency, so

install.packages(“rlang”)
1 Like

Problem solved!!!!
Thank you so much

This topic was automatically closed 7 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.