Sample parallel R scripts to accompany the "Parallel Options for R" talk I gave at SDSC's 2013 Summer Institute and my on-line documentation available from my website (http://users.sdsc.edu/~glockwood/index.php)
- hello - parallel hello world examples
- kmeans - various parallel implementations of k-means clustering
- streaming - scripts for wordcount example using Hadoop streaming
- rhipe - scripts for wordcount example using RHIPE library
- rhadoop - scripts for wordcount example using RHadoop