I am having an issue with bookdown, not sure the reason why.
When add images (these are files, so I use knitr::include_graphics) like this:
# This is a minimal example
I want the image "mas.gif". Where is it?
```{r mas, echo=F, fig.cap="image", ref.label="fig:mas"}
knitr::include_graphics("mas.gif")
```
Hmmm...no clue!
The chunk just disappears in the epub, md, tex and pdf files.
What could be wrong? It used to work some while ago...