You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently to run the app, one has to clone a repository. I think it might be a detractor for some non-technical folks. This is why I believe that we should be able to make it possible to run the app after installing the package from Github.
Implementation plan
Prepare a reproducible environment with docker
Update run_app function to require all required packages
Update run_app function to be able to pass parameters to the underlying shiny::runApp function
Add missing imports/packages to the run_app function, e.g. logger
Make sure the app can be installed & run via reproducible environment
Update the readme installation section
Bump package version
Definition of Done
user can install the package from github via pak::pak("pharmaverse/aNCA")
user can run the app via aNCA::run_app()
README contains information on how to install & run the app
Package version is bumped
The text was updated successfully, but these errors were encountered:
Description
Currently to run the app, one has to clone a repository. I think it might be a detractor for some non-technical folks. This is why I believe that we should be able to make it possible to run the app after installing the package from Github.
Implementation plan
run_app
function torequire
all required packagesrun_app
function to be able to pass parameters to the underlyingshiny::runApp
functionrun_app
function, e.g.logger
Definition of Done
pak::pak("pharmaverse/aNCA")
aNCA::run_app()
The text was updated successfully, but these errors were encountered: