##
## (1) Make R packages available
##
library("devtools")
library("roxygen2")
##
## (2) Create documentation file(s)
##
document() # Also considers datasets in subdirectory NMAoutlier/data
##
## (3) Build R package and PDF file with help pages
##
build()
build_manual()
##
## (4) Install R package
##
install()
##
## (5) Check R package
##
check()
##
## (6) Check R package (with dontrun examples)
##
check(run_dont_test = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.