-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
49 lines (48 loc) · 1.13 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
# Generated by roxygen2: do not edit by hand
S3method(get_data,ggplot)
S3method(get_data,layer_to_check)
S3method(get_mappings,ggplot)
S3method(get_mappings,layer_to_check)
S3method(gradethis_equal,ggplot)
export(.result)
export(default_label)
export(default_param)
export(fail_if_not_ggplot)
export(get_coordinate_system)
export(get_data)
export(get_default_labels)
export(get_default_params)
export(get_geom_layer)
export(get_geoms)
export(get_geoms_stats)
export(get_labels)
export(get_mappings)
export(get_stat_layer)
export(get_stats)
export(identical_aes)
export(is_ggplot)
export(ith_data)
export(ith_data_is)
export(ith_geom)
export(ith_geom_is)
export(ith_geom_stat)
export(ith_mappings)
export(ith_mappings_use)
export(ith_stat)
export(ith_stat_is)
export(n_layers)
export(stop_if_not_ggplot)
export(uses_aesthetics)
export(uses_coordinate_system)
export(uses_data)
export(uses_extra_mappings)
export(uses_geom_param)
export(uses_geom_params)
export(uses_geoms)
export(uses_labels)
export(uses_mappings)
export(uses_stat_param)
export(uses_stats)
importFrom(gradethis,.result)
importFrom(gradethis,fail)
importFrom(gradethis,gradethis_equal)