Skip to content

Instantly share code, notes, and snippets.

View tomasiojanuario's full-sized avatar

Tomasio E. Januario tomasiojanuario

  • University of Sao Paulo
  • Sao Paulo
View GitHub Profile
@tomasiojanuario
tomasiojanuario / rgdal_install.md
Created July 21, 2021 17:37 — forked from dncgst/rgdal_install.md
How to install the rgdal R package

How to install the rgdal R package

> install.packages("rgdal")

  • installing source package ‘rgdal’ ... configure: error: gdal-config not found or not executable.

The packages libgdal-dev and libproj-dev are required:

sudo apt-get install gdal-bin proj-bin libgdal-dev libproj-dev