Skip to content

Commit

Permalink
simplify package
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Oct 24, 2019
1 parent c8fad51 commit 8dc5ec5
Show file tree
Hide file tree
Showing 25 changed files with 88 additions and 635 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: rqdatatable
Type: Package
Title: 'rquery' for 'data.table'
Version: 1.2.3
Date: 2019-10-18
Date: 2019-10-23
Authors@R: c(
person("John", "Mount", email = "jmount@win-vector.com", role = c("aut", "cre")),
person(family = "Win-Vector LLC", role = c("cph"))
Expand All @@ -19,7 +19,7 @@ ByteCompile: true
VignetteBuilder: knitr
Depends:
R (>= 3.4.0),
rquery (>= 1.3.9)
rquery (>= 1.3.8)
Imports:
wrapr (>= 1.9.2),
data.table (>= 1.12.2),
Expand Down
20 changes: 0 additions & 20 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ S3method(as.data.table,relop)
S3method(ex_data_table,default)
S3method(ex_data_table,relop_drop_columns)
S3method(ex_data_table,relop_extend)
S3method(ex_data_table,relop_list)
S3method(ex_data_table,relop_natural_join)
S3method(ex_data_table,relop_non_sql)
S3method(ex_data_table,relop_null_replace)
Expand All @@ -20,9 +19,6 @@ S3method(ex_data_table,relop_sql)
S3method(ex_data_table,relop_table_source)
S3method(ex_data_table,relop_theta_join)
S3method(ex_data_table,relop_unionall)
S3method(format,rq_u_fn_w)
S3method(rq_ufn,data.frame)
S3method(rq_ufn,relop)
export("%.>%")
export("%:=%")
export(apply_left)
Expand Down Expand Up @@ -72,8 +68,6 @@ export(rbindlist_data_table)
export(rename_columns)
export(rq_df_funciton_node)
export(rq_df_grouped_funciton_node)
export(rq_fn_wrapper)
export(rq_ufn)
export(rquery_apply_to_data_frame)
export(run_rqdatatable_tests)
export(select_columns)
Expand All @@ -85,22 +79,9 @@ export(tables_used)
export(theta_join_nse)
export(theta_join_se)
export(unionall)
exportClasses(rq_u_fn_w)
exportMethods(ApplyTo)
exportMethods(show)
importClassesFrom(wrapr,PartialFunction)
importClassesFrom(wrapr,PartialNamedFn)
importClassesFrom(wrapr,UnaryFn)
importClassesFrom(wrapr,UnaryFnList)
importFrom(data.table,":=")
importFrom(data.table,as.data.table)
importFrom(data.table,is.data.table)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,setClass)
importFrom(methods,setMethod)
importFrom(methods,show)
importFrom(methods,signature)
importFrom(parallel,clusterApplyLB)
importFrom(rquery,assign_slice)
importFrom(rquery,column_names)
Expand Down Expand Up @@ -152,4 +133,3 @@ importFrom(wrapr,mk_tmp_name_source)
importFrom(wrapr,qc)
importFrom(wrapr,qchar_frame)
importFrom(wrapr,qe)
importMethodsFrom(wrapr,ApplyTo)
5 changes: 2 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@

# rqdatatable 1.2.3 2019/10/18
# rqdatatable 1.2.3 2019/10/23

* Correct how we remove columns to use proper data.table notation.
* Add group id command: ngroup().
* Add wrap/ex pattern.
* Work on decorator execution (in favor of monad solution, or annotation solution).
* Remove unary function adaptors.

# rqdatatable 1.2.2 2019/09/13

Expand Down
37 changes: 0 additions & 37 deletions R/ex_relop_list.R

This file was deleted.

121 changes: 0 additions & 121 deletions R/rq_ufn.R

This file was deleted.

114 changes: 0 additions & 114 deletions R/ufn_rq.R

This file was deleted.

Loading

0 comments on commit 8dc5ec5

Please sign in to comment.