# Generated by roxygen2: do not edit by hand

export("%all_in%")
export("%has_names%")
export(add_class)
export(all_in)
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(has_names)
export(inherit_default_params)
export(install_packages)
export(is_bounded)
export(is_single_numeric)
export(list_as_tibble)
export(manhattan_distance)
export(mapdf)
export(mapdf_chr)
export(mapdf_dbl)
export(mapdf_dfc)
export(mapdf_dfr)
export(mapdf_int)
export(mapdf_lat)
export(mapdf_lgl)
export(pritt)
export(project_to_segments)
export(random_time_string)
export(safe_tempdir)
export(scale_minmax)
export(scale_quantile)
export(scale_uniform)
export(tibble_as_list)
export(walkdf)
import(dplyr)
import(methods)
import(stringr)
import(tibble)
import(tidyr)
importFrom(Rcpp,evalCpp)
importFrom(assertthat,"%has_name%")
importFrom(assertthat,"on_failure<-")
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,"%||%")
importFrom(purrr,as_mapper)
importFrom(purrr,discard)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map_at)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_df)
importFrom(purrr,map_dfc)
importFrom(purrr,map_dfr)
importFrom(purrr,map_if)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,set_names)
importFrom(purrr,walk)
importFrom(stats,cor)
importFrom(stats,quantile)
importFrom(testthat,expect_equal)
importFrom(testthat,expect_false)
importFrom(testthat,expect_is)
importFrom(testthat,expect_named)
importFrom(utils,installed.packages)
importFrom(utils,setRepositories)
useDynLib(dynutils)
