This quick-start guide shows what is available in the package.
Old code for testing BiocCheck checks in the vignette:
source("https://bioconductor.org/biocLite.R") library(BiocInstaller)
How not to install your package:
biocLite("TestPkg") useDevel()
Main file for R packages
devtools::create()
sessionInfo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.