##' @title installGithub
##' @param ... passed on to \code{install_github}
##' @seealso \code{\link[devtools]{install_github}}
installGithub <- function(...) install_github(...)
##' @title buildPackage
##' @param ... passed on to \code{build}
##' @seealso \code{\link[devtools]{build}}
buildPackage <- function(...) build(...)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.