library(BiocParallel)
library(BiocBuildTools)
register(SnowParam(40)) # seems more robust
od = getwd()
setwd("~/BBS_space/REL_315_srcs")
allpk = dir()
savedir = "~/BBS_space/chks315"
try160 = bplapply(allpk[1:160], function(x) {z = try(safe_rcmdcheck(x)); saveRDS(z, paste0(savedir, "/", x, "_chk.rds"))})
setwd(od)
save(try160, file="try160.rda")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.