Skip to content

Launching the App #287

Answered by AARON-CLARK
CartwrM asked this question in Q&A
Discussion options

You must be logged in to vote

@CartwrM, thanks for bringing this up and please feel free to open a GitHub issue next time!

There have been some major changes on the repo recently that leveraged {golem} to convert the app to a package. As such, a traditional app.R file wasn't/isn't needed until you are ready to deploy the app. However, we knew we'd need one eventually to deploy on shinyapps.io, so we just added one to the root directory of the package in response to your
question. That is, you should now be able to run either of the following to run the app:

shiny::runGitHub('risk_assessment', 'pharmaR')
shiny::runUrl("https://github.com/pharmaR/risk_assessment/archive/master.zip")

We are actively developing new featu…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by AARON-CLARK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants