R Programming/Profiling R code

Category:Book:R Programming#Profiling%20R%20code%20

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:

Category:Book:R Programming