library(devtools)
# test the source package and record the time
if (.Platform$OS.type == "windows") {
setwd("C:/Academia/Cornell/Research/Conditional Mean Independence")
} else {
setwd("~")
}
system.time(devtools::test("CMDMeasure"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.