This document discusses using R for high performance computing (HPC) on remote computer clusters. It provides examples of running R code in parallel on a cluster to speed up computations. Specifically, it shows how to submit R scripts to a job queue and run Monte Carlo simulations, train machine learning models, and perform coin flipping experiments in parallel. It emphasizes using specialized R packages that are optimized for performance, taking advantage of built-in parallelism, and accessing large memory resources on clusters.