forked from tenderle/ptable
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
55 lines (54 loc) · 1.42 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
# Generated by roxygen2: do not edit by hand
export(create_cnt_ptable)
export(create_cnts_ptable)
export(create_num_ptable)
export(create_nums_ptable)
export(create_ptable)
export(modify_cnt_ptable)
export(modify_cnts_ptable)
export(pt_check)
export(pt_ex_cnts)
export(pt_ex_nums)
export(pt_export)
export(pt_vignette)
export(ptable)
exportClasses(ptable)
exportClasses(ptable_params)
exportMethods(plot)
import(RColorBrewer)
import(data.table)
import(flexdashboard)
import(ggplot2)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(methods,"slot<-")
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,slot)
importFrom(methods,validObject)
importFrom(nloptr,nloptr)
importFrom(rlang,is_bare_integerish)
importFrom(rlang,is_bare_logical)
importFrom(rlang,is_bare_numeric)
importFrom(rlang,is_double)
importFrom(rlang,is_empty)
importFrom(rlang,is_integerish)
importFrom(rlang,is_logical)
importFrom(rlang,is_na)
importFrom(rlang,is_scalar_atomic)
importFrom(rlang,is_scalar_character)
importFrom(rlang,is_scalar_integerish)
importFrom(rlang,is_scalar_logical)
importFrom(rlang,is_scalar_vector)
importFrom(rmarkdown,run)
importFrom(stats,addmargins)
importFrom(stats,formula)
importFrom(stats,runif)
importFrom(stats,weights)
importFrom(stats,xtabs)
importFrom(tools,file_ext)
importFrom(utils,RShowDoc)
importFrom(utils,packageVersion)
importFrom(utils,write.table)