I cannot load bibliometric

I cannot load the library(bibliometrix)

Error: package or namespace load failed for ‘bibliometrix’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there is no package called ‘stringi’

the above error i am getting every time i call a library for bibliometrix even i changed the version and delete and reinstalled several time the bibliometrix package also i tired the different version of Rstudio.

Please help how to solve this issue

This is asking you to update the stringi package

install.packages("stringi")

If you get any error message while doing so, please post it here so we can take a look.

RStudio is an IDE for the R programming language but it doesn't has a direct effect on your R package library

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.