# Script to document and build package ------------------------------------
# Document
#devtools::document()
# Build
# devtools::build()
#
# # Commit and push
#
# # Add all changes to the staging area
# system("git add .")
#
# # Commit the changes
# system(paste('git commit -m "',
# paste('Auto commit message on', Sys.Date()),
# '"', sep = ''))
#
# # Push the changes
# system("git push origin master")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.