# Document, test, and install the peterr package
#
# Run using Rscript build.r from the root directory
stopifnot(grepl('peterr$', getwd()))
if (!require(devtools)) install.packages("devtools")
devtools::document()
devtools::test()
devtools::install(upgrade = 'ask')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.