I'm having trouble loading my knitcitations package for R markdown. It keeps giving me the following error message:
> library(knitcitations)
Error: package or namespace load failed for ‘knitcitations’ in loadNamespace(i,
c(lib.loc, .libPaths()), versionCheck = vI[[i]]): there is no package called
‘stringi’
I've tried to uninstall and reinstall knitcitations as well as use installl.packages("stringi", repos="http://cran.rstudio.com/", dependencies=TRUE)
, however neither of those seem to be working. Any help would be greatly appreciated.