It sounds like there is an issue with the absolute file path that the here function is creating when you render the dashboard. Can you experiment by having the path it generates printed out upon rendering to see if it matches what you expect?
Hey Berhe - shiny and here don’t play well together for some reason…
We’ve had to use system.file() for the appliedepi tutorial stuff - but those have all been in self-contained packages.
Thoughts @neale@henryls?
Thanks everyone. Helpful to know this is global issue, I feel sad for my first few hours wasted searching this . I will consider the use of git and unesting.