/r-future-recipes

🚀 Guides and examples for the future framework in R

R future recipes

The purpose of repo is to help myself remember important guides, examples, and best practices related to using the future framework in R, especially for parallelization.

General usage

Nested loops

Avoid using fork with RStudio