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’
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.
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.