Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 791 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 791 Bytes

Deploying a rgee app to shinyapps.io

https://cesar-aybar.shinyapps.io/rgee_app_demo/

Based on: testshiny by RMHogervorst.

This template will help you to deploy shiny apps that required rgee. You must proceed as follows:

  1. Modify the .Renviron file. Go to https://www.shinyapps.io/admin/#/tokens to get this information.
    SHINY_ACC_NAME="your_account_name"
    TOKEN="a_token_you_got_from_shinyapps.io"
    SECRET="a_secret_you_recieved_fromshinyapps.io"
    MASTERNAME="name_of_the_shiny_app"
  1. Change section 3 in app.R with your own shiny app.

image

  1. Run deploy.R