Tries two strategies in order:
utils::packageVersion(package_name)– works when the package is installed locally (development, localrunApp()).app_versionargument – an explicit version string supplied by the caller, e.g. from anapp_version()function bundled with the app. Used on shinyapps.io where the package is not installed.
