Skip to content

Commit

Permalink
Fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed May 7, 2014
1 parent bb70227 commit f58da1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ S3method(filter,tbl_cube)
S3method(filter,tbl_df)
S3method(filter,tbl_dt)
S3method(filter,tbl_sql)
S3method(format,sql)
S3method(format,src_local)
S3method(format,src_sql)
S3method(format_v,character)
S3method(format_v,default)
S3method(group_size,grouped_df)
Expand Down Expand Up @@ -295,9 +298,6 @@ export(explain_sql)
export(failwith)
export(filter)
export(first)
export(format.sql)
export(format.src_local)
export(format.src_sql)
export(funs)
export(funs_q)
export(get_cluster)
Expand Down

0 comments on commit f58da1a

Please sign in to comment.