check_dep <- function(dep){
if(!requireNamespace(dep, quietly = TRUE)){
stp <- paste("Package",shQuote(dep),
"must be installed to use this function.")
stop(stp,
call. = FALSE)
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.