library(devtools)
github.pkgs <- c("Rdatatable/data.table", "PriceLab/ghdb", "PriceLab/trena")
for(pkg in github.pkgs){
install_github(pkg)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.