pathToPackage <- '~/Dropbox/Github/shiny_public'
Rcpp::compileAttributes(pathToPackage) # this updates the Rcpp layer from C++ to R
roxygen2::roxygenize(pathToPackage, roclets="namespace", clean=TRUE) # this updates the documentation based on roxygen comments
roxygen2::roxygenize(pathToPackage) # this updates the documentation based on roxygen comments
# devtools::test(pathToPackage)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.