Nothing
#'
"_PACKAGE"
#' @name theftdlc
#' @title Analyse and Interpret Time Series Features
#'
#' @description Analyse and Interpret Time Series Features
#'
#' @importFrom rlang .data
#' @importFrom stats IQR cor cor.test dist hclust median prcomp reorder sd var p.adjust quantile qt na.omit cmdscale kmeans cutree
#' @importFrom scales rescale
#' @importFrom tidyr gather unnest_wider pivot_longer pivot_wider drop_na crossing
#' @importFrom broom augment tidy
#' @import tibble
#' @import dplyr
#' @import ggplot2
#' @importFrom normaliseR normalise
#' @importFrom e1071 svm
#' @importFrom purrr map map_dfr
#' @importFrom furrr future_map_dfr
#' @importFrom future plan multisession
#' @importFrom janitor clean_names
#' @importFrom MASS isoMDS sammon
#' @importFrom umap umap
#' @importFrom correctR resampled_ttest
#' @importFrom mclust Mclust
#' @import theft
#' @importFrom glmnet cv.glmnet
NULL
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.