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:

  1. go windows folder r packages stored in when r installs package states folder. copy , pasted address windows explorer. (mine ended r\win-library\3.2)

  2. delete folder stringi (which deleting package stringi)

  3. re-install stringi using install.packages('stringi')

this should work.


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -