library(devtools)
# add a package to suggests
if (.Platform$OS.type == "windows") {
setwd("C:/Academia/Cornell/Research/Conditional Mean Independence")
} else {
setwd("~")
}
args <- commandArgs(TRUE)
devtools::use_package(args[1], type = "Suggests", pkg = "CMDMeasure")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.