rstudio - I can't knit HTML on R Markdown. Can anyone please assist? -
the error is:
processing file: 1.rmd error in loadnamespace(i, c(lib.loc, .libpaths()), versioncheck = vi[[i]]) : there no package called 'stringi' calls: <anonymous> ... trycatch -> trycatchlist -> trycatchone -> <anonymous> execution halted
i've tried installing stringi
package , loading using library function. still error.
i use r studio version 0.99.441 on on mac os x 10.6.8.
i had same problem on windows computer here how fixed it:
go windows folder
r
packages stored in whenr
installs package states folder. copy , pasted address windows explorer. (mine endedr\win-library\3.2
)delete folder
stringi
(which deleting packagestringi
)re-install
stringi
using install.packages('stringi')
this should work.
Comments
Post a Comment