This package performs parallel computations based on dynamic analysis of R functions. More information is given in the package documentation.
An article describing the methodology was published in the R-journal.
This github version of the package can be installed using package devtools.
require('devtools');
install_github('sboehringer/parallelize.dynamic', subdir = 'parallelize.dynamic');
The latest stable, CRAN-accepted version can be locally installed with:
install.packages('parallelize.dynamic');