devtools::document() #add/update man files
devtools::check(remote = TRUE, run_dont_test = TRUE) #check on local system
devtools::check_win_release() #check on windows server running the current version of R
devtools::check_win_devel() #check on windows server running the development version of R
devtools::revdep() #check for any downstream dependencies
devtools::build() #build tarball
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.