Nothing
      # ------------------------------------------------------------------------------
# nocov start
utils::globalVariables(
  c(
    ".",
    "..object",
    ".cluster",
    ".iter_config",
    ".iter_model",
    ".iter_preprocessor",
    ".msg_model",
    ".submodels",
    "call_info",
    "cluster",
    "component",
    "component_id",
    "compute_intercept",
    "data",
    "dist",
    "engine",
    "engine2",
    "exposed",
    "func",
    "id",
    "iteration",
    "lab",
    "name",
    "neighbor",
    "new_data",
    "object",
    "orig_label",
    "original",
    "predictor_indicators",
    "remove_intercept",
    "seed",
    "sil_width",
    "splits",
    "tunable",
    "type",
    "value",
    "x",
    "y"
  )
)
release_bullets <- function() {
  c(
    "Run `knit_engine_docs()` and `devtools::document()` to update docs"
  )
}
# nocov end
# ------------------------------------------------------------------------------
# Initialize model environments
all_modes <- c("partition")
pred_types <- c("cluster", "raw")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.