Using here::here() or similar with shiny

For what it's worth, I can just mention that since we use git in my organisation and I am trying to keep my projects in non-nested locations, I never had to manually create a .here file, since here will find the .git folder and/or the project file (I don't always have my projects as R projects necessarily) in the right place.