-
Notifications
You must be signed in to change notification settings - Fork 10
/
NAMESPACE
68 lines (67 loc) · 1.82 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_imp_plot)
export(add_marginal_histograms)
export(alluvial_long)
export(alluvial_model_response)
export(alluvial_model_response_caret)
export(alluvial_model_response_parsnip)
export(alluvial_wide)
export(check_pkg_installed)
export(get_data_space)
export(get_pdp_predictions)
export(manip_bin_numerics)
export(manip_factor_2_numeric)
export(palette_filter)
export(palette_increase_length)
export(palette_plot_intensity)
export(palette_plot_rgp)
export(palette_qualitative)
export(plot_all_hists)
export(plot_condensation)
export(plot_hist)
export(plot_imp)
export(tidy_imp)
import(dplyr)
import(forcats)
import(ggalluvial)
import(ggplot2)
import(purrr)
import(recipes)
importFrom(RColorBrewer,brewer.pal)
importFrom(RColorBrewer,brewer.pal.info)
importFrom(forcats,fct_relevel)
importFrom(forcats,fct_rev)
importFrom(ggalluvial,StatStratum)
importFrom(ggalluvial,geom_flow)
importFrom(ggalluvial,geom_stratum)
importFrom(ggalluvial,stat_stratum)
importFrom(ggridges,geom_ridgeline_gradient)
importFrom(grDevices,boxplot.stats)
importFrom(grDevices,col2rgb)
importFrom(grDevices,rgb)
importFrom(gridExtra,arrangeGrob)
importFrom(gridExtra,grid.arrange)
importFrom(magrittr,"%>%")
importFrom(progressr,handlers)
importFrom(progressr,progressor)
importFrom(progressr,with_progress)
importFrom(purrr,is_bare_numeric)
importFrom(purrr,is_null)
importFrom(purrr,walk)
importFrom(rlang,UQ)
importFrom(rlang,quo_is_null)
importFrom(stats,density)
importFrom(stats,median)
importFrom(stats,var)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_wrap)
importFrom(tibble,is_tibble)
importFrom(tidyr,complete)
importFrom(tidyr,gather)
importFrom(tidyr,spread)
importFrom(tidyr,unnest)
importFrom(utils,head)