Nothing
## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ----install, eval=FALSE, echo=TRUE-------------------------------------------
# if (!requireNamespace("BiocManager"))
# install.packages("BiocManager")
# BiocManager::install("MyPackage")
## ----install-github, eval=FALSE, echo=TRUE------------------------------------
# BiocManager::install("goncalves-lab/waddR")
## ----load-package-------------------------------------------------------------
library("waddR")
## ----session-info-------------------------------------------------------------
sessionInfo()
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.