Static "doctor" for the canonical layout. Reports issues that otherwise surface late (often only when building or running the container):
Details
UI code in runtime helpers – shiny/bslib/htmltools usage in
helpers/(sourced at request time) pulls the UI stack into the runtime image. UI code belongs inbuild_ui.R/ui_modules/(build time).Undeclared packages – packages referenced in
routers//helpers/but absent from_aurora.ymlpackages:(when that list is present), so the image would miss them.Missing prebuilt UI – no
www/index.html(the container serves it and does not rebuild).