Skip to content

ClaudHGE/palat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"))
library(rnaturalearth)
library(sf)
library(units)

3. Install palat :-D

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

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages