Skip to content

Commit

Permalink
Don't export Progress RC class.
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Aug 27, 2014
1 parent 0b1b2c5 commit 87f4f25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions NAMESPACE
Expand Up @@ -292,7 +292,6 @@ S3method(update,tbl_sql)
export("%.%")
export("%>%")
export(.datatable.aware)
export(Progress)
export(anti_join)
export(arrange)
export(as.tbl)
Expand Down Expand Up @@ -378,6 +377,7 @@ export(ntile)
export(order_by)
export(partial_eval)
export(percent_rank)
export(progress_estimated)
export(query)
export(rbind_all)
export(rbind_list)
Expand Down Expand Up @@ -438,7 +438,6 @@ export(ungroup)
export(union)
export(with_order)
exportClasses(MonetDBQuery)
exportClasses(Progress)
exportClasses(Query)
import(assertthat)
importFrom(Rcpp,Rcpp.plugin.maker)
Expand Down

0 comments on commit 87f4f25

Please sign in to comment.