#' @importFrom parsnip set_new_model
#' @importFrom stats predict
#' @importFrom rlang eval_tidy
#' @importFrom dplyr enquo expr
utils::globalVariables(c("x", "y"))
.onLoad <- function(libname, pkgname) {
make_rule_based()
make_iucnn()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.