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
Open RStudio and set up a new project (File -> New Project)
Select Version Control then Git and add your github URL and a project name. **Remember that the project name will be part of the URL of the web app you publish.
Select a location on your local drive where the repo will be cloned
Click Create Project. This will clone all the data from your github repo (except those listed in .gitignore file) then it will open your new RStudio Project
Now test the app.R file then publish it online
Open your app.R code file inside this new RStudio project you created above. Make any edits to the github URL it is pointing to.
To test the code file click on the Run App button and this will open a test version of the web app
Create a shinyapps account and configure it using the rsconnect command as described here https://shiny.posit.co/r/articles/share/shinyapps/ **Remember the URL of your shinyapps account will be part of the web app you publish.
In RStudio click on the Publish icon to the right of the Run App button. This will take you through the needed steps and checks to publish your app