sprint: Simple Parallel R INTerface

SPRINT (Simple Parallel R INTerface) is a parallel framework for R. It provides a High Performance Computing (HPC) harness which allows 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. SPRINT contains functions for correlation (pcor), partitioning around medoids (ppam), apply (papply), permutation testing (pmaxT), bootstrapping (pboot), random forest (prandomForest), rank product (pRP) and hamming distance (pstringdistmatrix).

Getting started

Package details

AuthorUniversity of Edinburgh SPRINT Team <sprint@ed.ac.uk>
MaintainerEilidh Troup <e.troup@epcc.ed.ac.uk>
LicenseGPL (>= 3)
Version1.0.7
URL http://www.r-sprint.org
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("sprint")

Try the sprint package in your browser

Any scripts or data that you put into this service are public.

sprint documentation built on May 30, 2017, 8:25 a.m.