# build package -----------------------------------------------------------
usethis::use_mit_license()
usethis::use_roxygen_md()
usethis::use_package_doc()
devtools::document()
devtools::load_all()
devtools::check(vignettes=FALSE)
# check syntax ------------------------------------------------------------
lintr::lint_package()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.