Skip to content

Example R project with RGDAL on Heroku using heroku-docker-r

License

Notifications You must be signed in to change notification settings

virtualstaticvoid/heroku-docker-r-rgdal-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using rgdal on Heroku

Answer for the Heroku, R and Gdal question on StackOverflow, for using the rgdal package in R on Heroku.

Using Heroku's container stack, together with the heroku-docker-r image.

Usage

  • Build

    make build
    
  • Test

    make run
    
  • Deploy

    heroku create --stack=container
    git push heroku main
    

Credits

Sample code from rgdal documentation.

License

MIT License. Copyright (c) 2021 Chris Stefano. See LICENSE for details.