Skip to content

sboehringer/parallelize.dynamic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R-package parallelize.dynamic

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');

About

Parallelization package for R

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published