Skip to content

sboehringer/parallelize.dynamic

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
dev
 
 
 
 
 
 
 
 

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