The cmu.textstat package is for use in the 36-468/668 course (Special Topics in Statistics & Data Science) at Carnegie Mellon University.
Use devtools to install the package.
devtools::install_github("browndw/cmu.textstat")
The package itself serves primarily as wrapper for 4 other packages, which will install automatically when you install cmu.textstat:
When you load the cmu.textstat library, those 4 other packages will attach, giving you access to all of their functions.
library(cmu.textstat)
The documentation for the package is available on readthedocs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.