library(cacheSweave)
outdir <- "/local_data/r00/beaty"
setCacheDir(outdir)
library(snow)
library(oligoClasses)
##options(cluster=makeCluster(22, "SOCK"))
options(cluster=makeCluster(22, "SOCK"))
library(doSNOW)
registerDoSNOW(getCluster())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.