-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
50 lines (49 loc) · 1.25 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
# Generated by roxygen2: do not edit by hand
S3method(pretty_print,traces_stats)
S3method(print,traces_stats_summary)
S3method(summary,traces_stats)
export(cs_count)
export(extract_package_code)
export(fmt)
export(invratio)
export(percent)
export(pretty_print)
export(quick_fuzz)
export(ratio)
export(trace_file)
export(traces_load)
export(traces_stats)
export(traces_type)
importFrom(argtracer,trace_file)
importFrom(cli,cli_end)
importFrom(cli,cli_li)
importFrom(cli,cli_ul)
importFrom(contractr,infer_type)
importFrom(contractr,parse_type)
importFrom(dplyr,anti_join)
importFrom(dplyr,bind_rows)
importFrom(dplyr,count)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(generatr,quick_fuzz)
importFrom(knitr,kable)
importFrom(progress,progress_bar)
importFrom(purrr,map)
importFrom(purrr,map_lgl)
importFrom(qs,qread)
importFrom(runr,extract_package_code)
importFrom(stringr,str_c)
importFrom(stringr,str_replace)
importFrom(stringr,str_starts)
importFrom(sxpdb,close_db)
importFrom(sxpdb,get_value_idx)
importFrom(sxpdb,open_db)
importFrom(tibble,"%>%")
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)