/heroku-docker-r-rgdal-example

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

Primary LanguageRMIT LicenseMIT

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.