Last active
May 6, 2026 18:51
-
-
Save oousmane/134d01623d4e149fbe221953ebdf193d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt install -y \ | |
| # --- tidyverse --- | |
| libcurl4-openssl-dev \ | |
| libssl-dev \ | |
| libxml2-dev \ | |
| libfontconfig1-dev \ | |
| libharfbuzz-dev libfribidi-dev \ | |
| libfreetype6-dev libpng-dev libtiff5-dev libjpeg-dev \ | |
| \ | |
| # --- devtools --- | |
| libgit2-dev \ | |
| libssh2-1-dev \ | |
| \ | |
| # --- terra --- | |
| gdal-bin libgdal-dev \ | |
| libgeos-dev \ | |
| libproj-dev \ | |
| libudunits2-dev \ | |
| libsqlite3-dev \ | |
| \ | |
| # --- netcdf (ncdf4 / RNetCDF) --- | |
| netcdf-bin \ | |
| libnetcdf-dev \ | |
| libhdf5-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment