#' @importFrom desc description
#' @export
add_dependency <- function(deptype, packages) {
desc <- description$new()
desc$set_dep(packages, deptype)
desc$write()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.