firmanhadi / foss4g2022-getting-started-rspatial

Teaching materials for R and R spatial introduction workshop at FOSS4G2022

Home Page:https://bakaniko.github.io/foss4g2022-getting-started-rspatial/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome!

This is the teaching materials for a workshop introducing R and R-spatial at the FOSS4G2022 conference.

FOSS4G2022 logo

This workshop will be facilitated by Jakub Nowosad and Nicolas Roelandt, from Adam Mickiewicz University in Poznań (Poland) and Gustave Eiffel university (France) respectively.

Gustave Eiffel university and Adam Mickiewicz University in Poznań logos

The gitbook is available here : https://bakaniko.github.io/foss4g2022-getting-started-rspatial

Pre-requisites

  1. A working installation of R (following CRAN recommandations for your computer)

R comes with the RGui interface. It is usable but for a better user experience we recommend using Rstudio.

Jupyter Notebook with the IRKernel can also be a good option.

  1. R packages

Please run those commands into the R console:

# Install remote package from CRAN Repo
install.packages(remotes)

# Install workshop and its dependencies
remotes::install_github("Bakaniko/foss4g2022-getting-started-rspatial")

About

Teaching materials for R and R spatial introduction workshop at FOSS4G2022

https://bakaniko.github.io/foss4g2022-getting-started-rspatial/


Languages

Language:CSS 55.5%Language:TeX 44.5%