My recent R teaching. Structured as an R package mostly for my benefit.
Given at the Software Sustainability Institute datavis workshop July 2016. Manchester. tutorial intro talk
You probably wouldn't want to install this as a package. Instead you are more likely to want to just access documents from github as shown above. However this would be a quick way of getting everything locally.
#install.packages("devtools")
require(devtools)
install_github('AndySouth/rmapteach')
require(rmapteach)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.