🛠️ Software setup


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

Alternatively, you can use RStudio in the web browser by launching this Binder instance for free >> Binder, limited by 1-2 GB of RAM and 1 CPU core. Source repository is at https://github.com/e-kotov/agit-2025-spanishoddata-playground.

1 R packages to install

Please install the following R packages with the code below:

packages <- c(
  "spanishoddata",
  "flowmapper",
  "flowmapblue",
  "tidyverse",
  "mapview",
  "leafgl",
  "patchwork",
  "sf",
  "basemaps",
  "ggnewscale"
)

install.packages(packages)
rm(packages)

Citation

BibTeX citation:
@online{kotov2025,
  author = {Kotov, Egor},
  title = {AGIT 2025 {Workshop:} {Analysing} {Massive} {Open} {Human}
    {Mobility} {Data} in {R} {Using} Spanishoddata, Duckdb and Flowmaps},
  date = {2025-07-03},
  url = {https://www.ekotov.pro/agit-2025-spanishoddata/software-setup.html},
  doi = {10.5281/zenodo.15794849},
  langid = {en}
}
For attribution, please cite this work as:
Kotov, Egor. 2025. “AGIT 2025 Workshop: Analysing Massive Open Human Mobility Data in R Using Spanishoddata, Duckdb and Flowmaps.” July 3, 2025. https://doi.org/10.5281/zenodo.15794849.