# Generated by roxygen2: do not edit by hand

export(add_class)
export(apply_minmax_scale)
export(apply_quantile_scale)
export(apply_uniform_scale)
export(calculate_distance)
export(check_packages)
export(correlation_distance)
export(euclidean_distance)
export(expand_matrix)
export(extend_with)
export(extract_row_to_list)
export(inherit_default_params)
export(install_packages)
export(list_as_tibble)
export(manhattan_distance)
export(pritt)
export(random_time_string)
export(run_until_exit)
export(scale_minmax)
export(scale_quantile)
export(scale_uniform)
import(dplyr)
import(methods)
import(stringr)
import(tibble)
import(tidyr)
importFrom(desc,desc_get_remotes)
importFrom(devtools,install_cran)
importFrom(devtools,install_github)
importFrom(glue,glue)
importFrom(magrittr,"%$%")
importFrom(magrittr,"%<>%")
importFrom(magrittr,set_colnames)
importFrom(magrittr,set_rownames)
importFrom(purrr,"%>%")
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_df)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,set_names)
importFrom(stats,cor)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(testthat,expect_equal)
importFrom(testthat,expect_is)
importFrom(testthat,expect_named)
importFrom(utils,installed.packages)
importFrom(utils,setRepositories)
useDynLib(dynutils)
