## packages need to be import
pkg <- c("knitr", "survival", "glmnet", "penalized",
"ncvreg", "mgcv", "rpart", "randomForest", "gbm", "glmulti", "caret", "ROCR", "c060")
sapply(pkg, function(x) devtools::use_package(x))
## build documentation
devtools::document()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.