R Programming/Profiling R code
Appearance
Before starting with parallel or high performance computing it is important to analyze and optimize R code. R provides some useful tools to analyze and profile R code. A good and short introduction is provided in the R extension documentation.
Soon we are going to provide some example code: