-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathNAMESPACE
75 lines (74 loc) · 1.73 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
69
70
71
72
73
74
75
# Generated by roxygen2: do not edit by hand
S3method("+",gg)
S3method("-",gg)
S3method(as.ggedit,ggedit)
S3method(as.ggedit,ggplot)
S3method(as.ggedit,list)
S3method(as.gglist,gglist)
S3method(as.gglist,ggmatrix)
S3method(as.gglist,ggplot)
S3method(as.gglist,list)
S3method(print,ggedit)
S3method(print,gglist)
S3method(print,ggplot)
S3method(summary,ggedit)
export(as.ggedit)
export(as.gglist)
export(cloneFacet)
export(cloneLayer)
export(cloneRoot)
export(cloneScales)
export(compare)
export(dput.ggedit)
export(geom_list)
export(ggEdit)
export(ggEditUI)
export(gg_session)
export(gg_vetting)
export(ggedit)
export(ggedit_opts)
export(ggedit_opts_current)
export(gggsave)
export(is.ggedit)
export(is.gglist)
export(layersList)
export(proto_features)
export(remove_geom)
export(rgg)
export(themeNewVal)
export(vplayout)
import(dplyr)
import(ggplot2)
import(shiny)
importFrom(cli,cli_abort)
importFrom(graphics,plot)
importFrom(grid,unitType)
importFrom(miniUI,gadgetTitleBar)
importFrom(miniUI,miniContentPanel)
importFrom(miniUI,miniPage)
importFrom(purrr,map)
importFrom(purrr,map2_chr)
importFrom(purrr,map2_dbl)
importFrom(purrr,map_df)
importFrom(rlang,'!!!')
importFrom(rlang,'!!')
importFrom(rlang,names2)
importFrom(rlang,quo_name)
importFrom(rlang,quo_squash)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(scales,brewer_pal)
importFrom(scales,col2hcl)
importFrom(scales,linetype_pal)
importFrom(shinyAce,aceEditor)
importFrom(shinyBS,bsModal)
importFrom(stats,as.formula)
importFrom(stats,complete.cases)
importFrom(stats,setNames)
importFrom(tibble,as_tibble)
importFrom(tidyr,drop_na)
importFrom(tidyr,spread)
importFrom(tools,package_dependencies)
importFrom(utils,capture.output)
importFrom(utils,globalVariables)
importFrom(utils,sessionInfo)