Psst, remember the cheatsheet!

Exercise: R

Exercise: R#

R in supercomputers#

Timing

75 min

Goals

  • Get to know r-env R environment on Puhti

  • Running R code interactively and as batch job

  • Try out different ways of parallelizing R code

Prerequisites

R exercise materials in Geocomputing Github

  • Interactive working

  • Simple batch job

  • Parallel job

  • Optional, Array job

  • Additional, you can also check out some of the other R examples in CSC geocomputing repository.

Key points

  • Puhti web interface enables working with RStudio interactively

  • future can be used to parallelization