I'm trying to upload images from a R Markdown knitr document in RStudio 0.96. I've tried running the following code that is meant to be a minimal example. However, I get the following error message:
List of 1
$ message: logi FALSE
label: md-cars (with options)
List of 1
$ message: logi FALSE
Error in process_file(text) :
Quitting from lines 31-34: Error in function (type, msg, asError = TRUE) : Empty reply from server
Calls: knit -> process_file
Execution halted
knitr terminated with status 1
- What might cause this error message?
- How can I upload images to Imgur using knitr and avoid this error message?