-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
37 lines (36 loc) · 902 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(plot,ale)
S3method(plot,ale_boot)
S3method(plot,ale_plots)
S3method(print,ale)
S3method(print,ale_plots)
export(ale)
export(create_p_dist)
export(model_bootstrap)
import(dplyr)
import(ggplot2)
import(staccuracy)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert_danger)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_warn)
importFrom(purrr,compact)
importFrom(purrr,imap)
importFrom(purrr,list_transpose)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_dbl)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,pluck)
importFrom(purrr,walk)
importFrom(rlang,.data)
importFrom(rlang,`:=`)
importFrom(rlang,is_bool)
importFrom(rlang,is_scalar_logical)
importFrom(rlang,is_string)
importFrom(rlang,set_names)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stringr,str_glue)