RMarkdown: ! Package pdftex.def Error; online image not found?
问题 I am running into a problem when trying to include a web-based image within a R Markdown PDF document. Minimal Example : --- title: "Random" output: pdf_document ---  Knitting the above results in the error: ! Package pdftex.def Error: File `https://octodex.github.com/images/bannekat.pn g' not found. However, if I use the following code, the image shows up: --- title: "Random" output: html_document: default html_notebook: