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.