🛠️ Software setup


To follow the workshop, you should have the following software installed on your computer:

Alternatively, you can use RStudio in a web browser by launching this Binder instance for free using the link >> Binder, limited by 1-2 GB of RAM and 1 CPU core, which means you will only be able to analyze about 2 days at once. Source repository is at https://github.com/e-kotov/ic2s2-2025-spanishoddata-playground.

1 R packages to install

Please install the following R packages with the code below:

packages <- c(
  "spanishoddata",
  "flowmapper",
  "flowmapblue",
  "tidyverse",
  "terra",
  "tidyterra",
  "sf",
  "basemaps",
  "ggnewscale",
  "patchwork",
  "scales",
  "tmap",
  "lubridate",
  "mapview",
  "leafgl"
)

install.packages(packages)
rm(packages)

Citation

BibTeX citation:
@online{kotov2025,
  author = {Kotov, Egor and Mast, Johannes},
  title = {IC2S2 2025 {Workshop:} {Mobility} {Flows} and {Accessibility}
    {Using} {R} and {Big} {Open} {Data}},
  date = {2025-07-21},
  url = {https://e-kotov.github.io/spanish-open-mobility-workshop-ic2s2-2025/0-software-setup.html},
  doi = {10.5281/zenodo.16238597},
  langid = {en}
}
For attribution, please cite this work as:
Kotov, Egor, and Johannes Mast. 2025. “IC2S2 2025 Workshop: Mobility Flows and Accessibility Using R and Big Open Data.” July 21, 2025. https://doi.org/10.5281/zenodo.16238597.