Nothing
#' @import data.table
#' @import checkmate
#' @import ggplot2
#' @importFrom grDevices rgb
#' @importFrom stats ecdf kmeans predict qnorm qlogis quantile rbinom runif sd setNames supsmu
#' @importFrom utils methods
#' @importFrom Rcpp evalCpp
#' @useDynLib ICEbox, .registration = TRUE
utils::globalVariables(c(
"cluster_id",
"color",
"curve_id",
"label",
"line_size",
"x",
"y",
".original_indices",
".I",
":="
))
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.