pkgs <- c("devtools", "Rcpp", "RcppArmadillo", "HiddenMarkov", "goftest")
options(warn = -1)
for (i in pkgs){
if (!require(i, quietly = TRUE, character.only = TRUE)){
install.packages(i)
}
}
devtools::install_github("david-borchers/hmltm",build = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.