:mortar_board: Manipulating raster with R
To reproduced the presentation, once the repository is clones, one can use the following lines:
install.packages("remotes")
remotes::install_deps()
Then the different Rmd
files can be run with xaringan
.
To run the example of the workshop (without reproducing the entire presentation),
use the following
install.packages(c("mapview", "stars", "shiny", "mapedit", "tmap"))