Skip to content

This repository contains the code and presentation of the workshop on parallel computing & cluster computing using R in collaboration with SURF.

License

Notifications You must be signed in to change notification settings

sodascience/workshop_ossc

Repository files navigation

Supercomputing with R for Social Scientists

This repository contains the code and presentation of the workshop on parallel computing & cluster computing using R in collaboration with SURF. More information & sign-up can be found on the website here.

image

Prerequisites

  • Some R knowledge & experience :)
  • R, minimum version 4.2.0 (download here)
  • If you are on Windows: RTools (download here)
  • Recommended IDE: RStudio (download here)
  • Install the following packages:
    install.packages(c("Rcpp", "tidyverse", "pbapply", "sf", "mgcv"))
  • Download this repository (link) and unzip it to a nice location
  • Open the project by double-clicking on ossc_workshop.Rproj in the folder.

Schedule

Time Title Required resource
13:00 Lecture: computational limits in social science slides
13:45 Hands-on: a parallel agent-based model in R assignment
14:30 Break your own coffee :)
14:45 Lecture: supercomputing with R slides
15:30 Hands-on: submitting an R array job assignment
16:15 Break your own coffee :)
16:30 Lecture: combining & analysing the results slides
16:45 Conclusion & Q&A your remaining attention!

End result: a map of the Netherlands

The below map would take around 6 months to produce using the naïve implementation on a normal computer. You will learn how to compute it in a few hours on a supercomputer.

map

Contact

This project is developed and maintained by the ODISSEI Social Data Science (SoDa) team.

SoDa logo

Do you have questions, suggestions, or remarks? File an issue in the issue tracker or feel free to contact Erik-Jan van Kesteren (@ejvankesteren)

Releases

No releases published

Packages

No packages published