Welcome!
This is the teaching materials for a workshop introducing R and R-spatial at the FOSS4G2022 conference.
This workshop will be facilitated by Jakub Nowosad and Nicolas Roelandt, from Adam Mickiewicz University in Poznań (Poland) and Gustave Eiffel university (France) respectively.
The gitbook is available here : https://bakaniko.github.io/foss4g2022-getting-started-rspatial
- 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.
- 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")