Install Requires packages called “stringi” which still appears after I already installed it

"Creating R Markdown documents requires an updated version of the stringi package. " This is what appears when I click on New file=>Markdown The first time I see this I click on Yes to update Stingi package. After the download is complete, I tried to start a markdown file again but it failed with the same error saying "Creating R Markdown documents requires an updated version of the stringi package. " How can I solve this?

Try manually installing the stringi package and if you get an error message post it here (please post the complete message not just an extract).

install.packages("stringi")
1 Like

Which version of RStudio are you using also ?
Did you restart RStudio after the download ?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.