Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 708 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 708 Bytes

Installation

1. System libraries for the sf dependency:

The sf package requires certain system libraries, particularly for handling spatial data. Depending on your operating system, you'll need to install these:

Windows

No action needed

Linux (Ubuntu)

sudo apt-get install libgdal-dev libgeos-dev libproj-dev

macOS

brew install gdal geos proj

2. Install dependencies in R

install.packages("devtools")
library(devtools)
install.packages(c("rnaturalearth", "sf", "units", "Rcpp"))
library(rnaturalearth)
library(sf)
library(units)
library(Rcpp)

3. Install palat :-D

devtools::install_github("ClaudHGE/palat")
library(palat)