I am having an issue publishing my HTML Knit file using R Markdown. After a successful Knit, I get the following message when I click on the Publish Document button:
Install Required Packages,
Publishing content requires an updated version of the RJSONIO package
Do you want to install the package now?
Yes No
If I click on Yes I get an Installing Packages console that runs through a lot of code and disappears. If I click on the Publish button again, I get the same message as above.
If I click on No, go back to my R markdown document, and try to install the RJSONIO package using the install.packages("RJSONIO"), I get the following message:
Warning in install.packages : installation of package ‘RJSONIO’ had non-zero exit status
I have searched far and wide for an answer to both of these issues and I cannot find anything so any help would be greatly appreciated.