The error that I get is:
processing file: 1.Rmd
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
there is no package called 'stringi'
Calls: <Anonymous> ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous>
Execution halted
I've tried installing the stringi
package and loading it using the library function. But I still get the error.
I use R Studio Version 0.99.441 on on Mac OS X 10.6.8.
I Just had this same problem but on a windows computer here is how I fixed it:
Go to the windows folder where all the r
packages are stored in when r
installs a package it states the folder. I copy and pasted that address into windows explorer. (mine ended with R\win-library\3.2
)
Delete the folder stringi
(which is essentially deleting the package stringi
)
Re-install stringi
using install.packages('stringi')
This should work.
Answering it myself.
I updated my version of OS X and RStudio seems to knitting HTML files perfectly.
Thank you for your answers.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With