SPRINT (Simple Parallel R INTerface) is a parallel framework for R. It provides a High Performance Computing (HPC) harness which allow R scripts to run on HPC clusters. SPRINT contains a library of selected R functions that have been parallelized. Functions are named after the original R function with the added prefix 'p', i.e. the parallel version of cor() in SPRINT is called pcor(). Call to the parallel R functions are included directly in standard R scripts.
| Version: | 1.0.2 |
| Depends: | R (≥ 2.9.2), rlecuyer |
| Imports: | boot |
| Suggests: | ff (≥ 2.1-1), randomForest, RankProd, cluster, multtest, IRanges, RUnit |
| Published: | 2012-04-27 |
| Author: | University of Edinburgh SPRINT Team |
| Maintainer: | University of Edinburgh SPRINT Team <sprint at ed.ac.uk> |
| License: | GPL (≥ 3) |
| URL: | http://www.sprint-r.org |
| SystemRequirements: | MPI2, Unix |
| CRAN checks: | sprint results |
| Package source: | sprint_1.0.2.tar.gz |
| MacOS X binary: | not available, see check log. |
| Windows binary: | not available, see ReadMe. |
| Reference manual: | sprint.pdf |
| News/ChangeLog: | NEWS |
| Old sources: | sprint archive |