#' mypkgr.
#'
#' This the place to speak about your package.
#'
#' What is in the package...
#'
#' What are the most important functions...
#'
#' @name mypkgr
#' @docType package
#'
#' @useDynLib mypkgr, .registration = TRUE
#' @importFrom Rcpp sourceCpp
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.