WARNING: This package is experimental and a proof of concept what could be done with BiocParallel and the future framework.
<%
md <- R.rsp::rstring(file="vignettes/FutureParam.md.rsp", postprocess=FALSE)
md <- unlist(strsplit(md, split="\n", fixed=TRUE)) md <- md[-seq_len(grep("^## ", md)[1]-1)]
cat(md, sep="\n") %>