Inability to run biblometrix/bibloshiny on R 4.2.2/Rtool 4.2/Rstudio 2022.7.1.554

How do I overcome this, please ?

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’

This means you are missing a package dependency, try installing it with this command

install.packages("stringi")

If you get any error message while doing so, please post the complete console output you get when you try to install it.

Thanks a lot Sir. Below is the error message I got.

Your default download file has been changed to a currently unsupported option, maybe by an old startup file. Try running this command before installing stringi

options(download.file.method = "auto")

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.