Skip to content

firasm/dashR_deployed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions to deploy an R app

  1. Clone this repo locally:
git clone [email protected]:firasm/dashR_deployed.git
  1. Change directory into the cloned repo:
cd dashR_deployed
  1. Using the Heroku CLI create a Heroku App AND set the stack to container:
heroku create --stack container your-app-name
  1. Push the app to heroku and this branch
git push heroku main
  1. Navigate to your-app-name.herokuapp.com in your browser!

Known issues

  • I am trying to upgrade the version of R to 4.1 so that the native pipe can be used.
  • It takes a LONG time for the app to deploy the first time (~ 20 minutes)