I'm unable to load images for my RMarkdown when I use runtime:shiny
Here is a small example, without "runtime:shiny" it's working fine, but if I uncomment this line, it doesn't work:
---
title: "Untitled"
output:
html_document:
#runtime: shiny
---
```{r }
knitr::include_graphics("D:/Maths/pic.png")```