spark-instrumented-optimizer/R/pkg/inst/tests
Xiangrui Meng 2f5cbd860e [SPARK-8364] [SPARKR] Add crosstab to SparkR DataFrames
Add `crosstab` to SparkR DataFrames, which takes two column names and returns a local R data.frame. This is similar to `table` in R. However, `table` in SparkR is used for loading SQL tables as DataFrames. The return type is data.frame instead table for `crosstab` to be compatible with Scala/Python.

I couldn't run R tests successfully on my local. Many unit tests failed. So let's try Jenkins.

Author: Xiangrui Meng <meng@databricks.com>

Closes #7318 from mengxr/SPARK-8364 and squashes the following commits:

d75e894 [Xiangrui Meng] fix tests
53f6ddd [Xiangrui Meng] fix tests
f1348d6 [Xiangrui Meng] update test
47cb088 [Xiangrui Meng] Merge remote-tracking branch 'apache/master' into SPARK-8364
5621262 [Xiangrui Meng] first version without test
2015-07-22 21:40:23 -07:00
..
jarTest.R [SPARK-8607] SparkR -- jars not being added to application classpath correctly 2015-06-26 17:06:16 -07:00
test_binary_function.R [SPARK-8808] [SPARKR] Fix assignments in SparkR. 2015-07-14 22:21:01 -07:00
test_binaryFile.R [SPARK-8808] [SPARKR] Fix assignments in SparkR. 2015-07-14 22:21:01 -07:00
test_broadcast.R [SPARK-7230] [SPARKR] Make RDD private in SparkR. 2015-05-05 14:40:33 -07:00
test_client.R [SPARK-8506] Add pakages to R context created through init. 2015-06-24 11:55:20 -07:00
test_context.R [SPARK-8452] [SPARKR] expose jobGroup API in SparkR 2015-06-19 15:51:59 -07:00
test_includeJAR.R [SPARK-8549] [SPARKR] Fix the line length of SparkR 2015-07-05 20:50:02 -07:00
test_includePackage.R [SPARK-5654] Integrate SparkR 2015-04-08 22:45:40 -07:00
test_mllib.R [SPARK-9201] [ML] Initial integration of MLlib + SparkR using RFormula 2015-07-20 20:49:38 -07:00
test_parallelize_collect.R [SPARK-7714] [SPARKR] SparkR tests should use more specific expectations than expect_true 2015-07-01 09:50:12 -07:00
test_rdd.R [SPARK-8808] [SPARKR] Fix assignments in SparkR. 2015-07-14 22:21:01 -07:00
test_shuffle.R [SPARK-8548] [SPARKR] Remove the trailing whitespaces from the SparkR files 2015-06-22 20:55:38 -07:00
test_sparkSQL.R [SPARK-8364] [SPARKR] Add crosstab to SparkR DataFrames 2015-07-22 21:40:23 -07:00
test_take.R [SPARK-7714] [SPARKR] SparkR tests should use more specific expectations than expect_true 2015-07-01 09:50:12 -07:00
test_textFile.R [SPARK-8808] [SPARKR] Fix assignments in SparkR. 2015-07-14 22:21:01 -07:00
test_utils.R [SPARK-8808] [SPARKR] Fix assignments in SparkR. 2015-07-14 22:21:01 -07:00