library(BiocParallel)
library(BiocBuildTools)
register(SnowParam(8)) # seems more robust
od = getwd()
setwd("~/BBS_space/REL_315_srcs")
allpk = dir()
try16 = bplapply(allpk[1:16], safe_rcmdcheck)
setwd(od)
save(try16, file="try16.rda")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.