# Generated by roxygen2: do not edit by hand

S3method(add_interest,associations)
S3method(dig_ancestors,associations)
S3method(explore,associations)
S3method(explore,baseline_contrasts)
S3method(explore,complement_contrasts)
S3method(explore,correlations)
S3method(explore,paired_baseline_contrasts)
S3method(plot_contingency,data.frame)
S3method(plot_contingency,default)
export(add_interest)
export(association_matrix)
export(bound_range)
export(cluster_associations)
export(dig)
export(dig_ancestors)
export(dig_associations)
export(dig_baseline_contrasts)
export(dig_complement_contrasts)
export(dig_correlations)
export(dig_grid)
export(dig_paired_baseline_contrasts)
export(dig_tautologies)
export(explore)
export(fire)
export(format_condition)
export(geom_diamond)
export(is_almost_constant)
export(is_condition)
export(is_degree)
export(is_logicalish)
export(is_nugget)
export(is_subset)
export(nugget)
export(parse_condition)
export(partition)
export(permute)
export(plot_contingency)
export(remove_almost_constant)
export(remove_ill_conditions)
export(shorten_condition)
export(values)
export(var_grid)
export(var_names)
export(which_antichain)
importFrom(Rcpp,sourceCpp)
importFrom(classInt,classIntervals)
importFrom(cli,
  cli_abort,
  cli_inform,
  cli_warn
)
importFrom(dplyr,
  bind_cols,
  bind_rows
)
importFrom(fastmatch,fmatch)
importFrom(generics,explore)
importFrom(ggplot2,
  .data,
  Geom,
  GeomCurve,
  GeomLabel,
  GeomPoint,
  aes,
  draw_key_point,
  element_blank,
  element_text,
  expansion,
  geom_bar,
  geom_col,
  geom_histogram,
  geom_hline,
  geom_point,
  geom_rect,
  geom_text,
  geom_vline,
  ggplot,
  ggproto,
  labs,
  layer,
  position_stack,
  scale_color_continuous,
  scale_x_continuous,
  scale_y_continuous,
  scale_y_discrete,
  sec_axis,
  theme,
  xlab,
  ylab
)
importFrom(grid,gList)
importFrom(lifecycle,
  deprecate_warn,
  deprecated
)
importFrom(methods,formalArgs)
importFrom(purrr,
  quietly,
  safely
)
importFrom(rlang,
  caller_arg,
  caller_env,
  current_env,
  enquo,
  enquos,
  is_integer,
  is_integerish,
  is_scalar_atomic,
  is_scalar_character,
  is_scalar_double,
  is_scalar_integerish,
  is_scalar_logical,
  quo_is_null,
  warn
)
importFrom(stats,
  aggregate,
  cor.test,
  kmeans,
  median,
  na.omit,
  pbinom,
  quantile,
  setNames,
  t.test,
  var.test,
  wilcox.test
)
importFrom(stringr,str_trim)
importFrom(tibble,
  add_column,
  as_tibble,
  is_tibble,
  tibble,
  tribble
)
importFrom(tidyr,
  expand_grid,
  pivot_wider
)
importFrom(tidyselect,
  all_of,
  eval_select,
  everything,
  where
)
importFrom(utils,
  citation,
  combn,
  packageDescription
)
useDynLib(nuggets, .registration = TRUE)
