@@ -8,8 +8,8 @@ S3method(apply_scale_defaults,scale_datetime)
88S3method(apply_scale_defaults,scale_nominal)
99S3method(apply_scale_defaults,scale_numeric)
1010S3method(apply_scale_defaults,scale_ordinal)
11- S3method(arrange_ ,ggvis)
12- S3method(arrange_ ,reactive)
11+ S3method(arrange ,ggvis)
12+ S3method(arrange ,reactive)
1313S3method(as.character,prop_band)
1414S3method(as.character,prop_constant)
1515S3method(as.character,prop_reactive)
@@ -65,15 +65,13 @@ S3method(constant_vars,grouped_df)
6565S3method(data_range,character)
6666S3method(data_range,default)
6767S3method(data_range,factor)
68- S3method(distinct_ ,ggvis)
69- S3method(distinct_ ,reactive)
68+ S3method(distinct ,ggvis)
69+ S3method(distinct ,reactive)
7070S3method(empty,default)
7171S3method(explain,ggvis)
7272S3method(extract_reactives,default)
7373S3method(extract_reactives,ggvis_props)
7474S3method(extract_reactives,prop_reactive)
75- S3method(filter_,ggvis)
76- S3method(filter_,reactive)
7775S3method(format,ggvis_axis)
7876S3method(format,ggvis_legend)
7977S3method(format,ggvis_props)
@@ -94,14 +92,14 @@ S3method(formula,prop)
9492S3method(fullseq,Date)
9593S3method(fullseq,POSIXt)
9694S3method(fullseq,numeric)
97- S3method(group_by_ ,ggvis)
98- S3method(group_by_ ,reactive)
95+ S3method(group_by ,ggvis)
96+ S3method(group_by ,reactive)
9997S3method(groups,ggvis)
10098S3method(groups,reactive)
10199S3method(max_rows,data.frame)
102100S3method(max_rows,grouped_df)
103- S3method(mutate_ ,ggvis)
104- S3method(mutate_ ,reactive)
101+ S3method(mutate ,ggvis)
102+ S3method(mutate ,reactive)
105103S3method(new_prop,band)
106104S3method(new_prop,call)
107105S3method(new_prop,default)
@@ -142,24 +140,24 @@ S3method(prop_vega,prop_variable)
142140S3method(remove_missing,data.frame)
143141S3method(remove_missing,default)
144142S3method(remove_missing,split_df)
145- S3method(rename_ ,ggvis)
146- S3method(rename_ ,reactive)
143+ S3method(rename ,ggvis)
144+ S3method(rename ,reactive)
147145S3method(rep,singular)
148146S3method(scale_countable,default)
149147S3method(scale_countable,scale_datetime)
150148S3method(scale_countable,scale_logical)
151149S3method(scale_countable,scale_nominal)
152150S3method(scale_countable,scale_numeric)
153151S3method(scale_countable,scale_ordinal)
154- S3method(select_ ,ggvis)
155- S3method(select_ ,reactive)
156- S3method(slice_ ,ggvis)
157- S3method(slice_ ,reactive)
158- S3method(summarise_ ,ggvis)
159- S3method(summarise_ ,reactive)
152+ S3method(select ,ggvis)
153+ S3method(select ,reactive)
154+ S3method(slice ,ggvis)
155+ S3method(slice ,reactive)
156+ S3method(summarise ,ggvis)
157+ S3method(summarise ,reactive)
160158S3method(to_csv,data.frame)
161- S3method(transmute_ ,ggvis)
162- S3method(transmute_ ,reactive)
159+ S3method(transmute ,ggvis)
160+ S3method(transmute ,reactive)
163161S3method(ungroup,ggvis)
164162S3method(ungroup,reactive)
165163S3method(value,default)
@@ -309,19 +307,17 @@ export(view_static)
309307export(waggle)
310308export(zero_range)
311309import(assertthat)
312- importFrom(dplyr,arrange_ )
313- importFrom(dplyr,distinct_ )
310+ importFrom(dplyr,arrange )
311+ importFrom(dplyr,distinct )
314312importFrom(dplyr,explain)
315- importFrom(dplyr,filter_)
316313importFrom(dplyr,group_by)
317- importFrom(dplyr,group_by_)
318314importFrom(dplyr,groups)
319- importFrom(dplyr,mutate_ )
320- importFrom(dplyr,rename_ )
321- importFrom(dplyr,select_ )
322- importFrom(dplyr,slice_ )
323- importFrom(dplyr,summarise_ )
324- importFrom(dplyr,transmute_ )
315+ importFrom(dplyr,mutate )
316+ importFrom(dplyr,rename )
317+ importFrom(dplyr,select )
318+ importFrom(dplyr,slice )
319+ importFrom(dplyr,summarise )
320+ importFrom(dplyr,transmute )
325321importFrom(dplyr,ungroup)
326322importFrom(magrittr,"%>%")
327323importFrom(shiny,reactive)
0 commit comments