R Under development (unstable) (2023-08-19 r84989 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > > if ( requireNamespace("tinytest", quietly=TRUE) ){ + tinytest::test_package("rquery") + } Loading required package: wrapr test_NULL_NA_parse.R.......... 0 tests test_NULL_NA_parse.R.......... 8 tests OK 66ms test_bquote_name_escape.R..... 0 tests test_bquote_name_escape.R..... 5 tests OK 7ms test_calc_warnings.R.......... 0 tests test_calc_warnings.R.......... 2 tests OK 5ms test_col_map_msg.R............ 0 tests test_col_map_msg.R............ 1 tests OK 95ms test_col_name_map.R........... 0 tests test_col_name_map.R........... 1 tests OK 2ms test_compare.R................ 0 tests test_compare.R................ 0 tests 9ms test_concat.R................. 0 tests test_concat.R................. 1 tests OK 14ms test_distinct.R............... 0 tests test_distinct.R............... 0 tests 3ms test_drop_columns.R........... 0 tests test_drop_columns.R........... 1 tests OK test_drop_columns.R........... 1 tests OK test_drop_columns.R........... 3 tests OK 5ms test_e_example1.R............. 0 tests test_e_example1.R............. 5 tests OK 0.6s test_encode.R................. 0 tests test_encode.R................. 0 tests test_encode.R................. 4 tests OK 89ms test_extend_partition.R....... 0 tests test_extend_partition.R....... 6 tests OK 0.2s test_extend_shrink.R.......... 0 tests test_extend_shrink.R.......... 3 tests OK 10ms test_grouped_running_op.R..... 0 tests test_grouped_running_op.R..... 1 tests OK 0.1s test_if_else.R................ 0 tests test_if_else.R................ 2 tests OK 27ms test_immediate_subsitution.R.. 0 tests test_immediate_subsitution.R.. 1 tests OK 14ms test_join_check.R............. 0 tests test_join_check.R............. 4 tests OK 0.2s test_lhs_eval.R............... 0 tests test_lhs_eval.R............... 0 tests test_lhs_eval.R............... 0 tests test_lhs_eval.R............... 0 tests test_lhs_eval.R............... 0 tests test_lhs_eval.R............... 0 tests test_lhs_eval.R............... 0 tests test_lhs_eval.R............... 4 tests OK 35ms test_materialize_node.R....... 0 tests test_materialize_node.R....... 6 tests OK 0.2s test_mod.R.................... 0 tests test_mod.R.................... 2 tests OK 0.1s test_multi_arg_fn.R........... 0 tests test_multi_arg_fn.R........... 1 tests OK 2ms test_names.R.................. 0 tests test_names.R.................. 6 tests OK 28ms test_parse.R.................. 0 tests test_parse.R.................. 26 tests OK 29ms test_parse_issue.R............ 0 tests test_parse_issue.R............ 1 tests OK 6ms test_partial_fn_parse.R....... 0 tests test_partial_fn_parse.R....... 1 tests OK 12ms test_pow.R.................... 0 tests test_pow.R.................... 2 tests OK 0.1s test_project_empty.R.......... 0 tests test_project_empty.R.......... 2 tests OK 14ms test_project_narrowing.R...... 0 tests test_project_narrowing.R...... 3 tests OK 11ms test_q.R...................... 0 tests test_q.R...................... 6 tests OK 10ms test_rename_columns.R......... 0 tests test_rename_columns.R......... 1 tests OK 21ms test_select_cols_reorder.R.... 0 tests test_select_cols_reorder.R.... 4 tests OK 2ms test_select_narrowing.R....... 0 tests test_select_narrowing.R....... 7 tests OK 14ms test_select_stacking.R........ 0 tests test_select_stacking.R........ 2 tests OK 3ms test_self_join.R.............. 0 tests test_self_join.R.............. 4 tests OK 2ms test_set_indicator.R.......... 0 tests test_set_indicator.R.......... 2 tests OK 24ms test_translation.R............ 0 tests test_translation.R............ 4 tests OK 72ms test_w_select_rows.R.......... 0 tests test_w_select_rows.R.......... 1 tests OK 6ms test_wrap_vbind.R............. 0 tests test_wrap_vbind.R............. 3 tests OK 17ms All ok, 135 results (2.3s) > > > proc.time() user system elapsed 2.28 0.18 2.46