# Install released version from CRAN
# !!!! comming soon !!!!# Install devtools, if needed
if (!require("devtools")) {
install.packages("devtools")
} # if
# Install development version of tdcm from GitHub
devtools::install_github("cotterell/tdcm")