#' Install from CRAN
#'
#' @param x package name in quotes
#' @param .libwork work R Library location
#' @keywords package installation
cran <- function (x, .libwork) {
install.packages(c(x), lib=.libwork, dependencies = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.