%\VignetteIndexEntry{Vignette Title}
session_info() install_bioc <- function() { message("Installing...") }
if (!requireNamespace("BiocCheck", quietly = TRUE)) BiocManager::install("BiocCheck")
## This should trigger checkVigInstalls (2x) if (!requireNamespace("BiocCheck", quietly = TRUE)) BiocManager::install("BiocCheck") ## trigger with grep install_bioc("BiocCheck")
## This should trigger checkVigBiocInst if (!requireNamespace("BiocCheck", quietly = TRUE)) BiocInstaller::biocLite("BiocCheck")
## This should not trigger checkVigInstalls if (!requireNamespace("BiocCheck", quietly = TRUE)) BiocInstaller::biocLite("BiocCheck") check_install("BiocCheck")
if (T) { cat("bad practice") }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.