## build for mac
app <- basename(getwd())
curr <- setwd("../")
f <- devtools::build(app)
system(paste0("R CMD INSTALL --build ", f))
setwd(curr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.