aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/inst/tests/testthat
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17173][SPARKR] R MLlib refactor, cleanup, reformat, fix deprecation in...Felix Cheung2016-08-221-3/+7
* [SPARK-16961][FOLLOW-UP][SPARKR] More robust test case for spark.gaussianMixt...Yanbo Liang2016-08-211-22/+25
* [SPARK-16443][SPARKR] Alternating Least Squares (ALS) wrapperJunyang Qian2016-08-191-0/+40
* [SPARK-16961][CORE] Fixed off-by-one error that biased randomizeInPlaceNick Lavers2016-08-191-6/+6
* [SPARK-16447][ML][SPARKR] LDA wrapper in SparkRXusen Yin2016-08-181-0/+87
* [SPARK-16446][SPARKR][ML] Gaussian Mixture Model wrapper in SparkRYanbo Liang2016-08-171-0/+62
* [SPARK-16444][SPARKR] Isotonic Regression wrapper in SparkRwm624@hotmail.com2016-08-171-0/+32
* [SPARK-16519][SPARKR] Handle SparkR RDD generics that create warnings in R CM...Felix Cheung2016-08-1612-182/+182
* [SPARK-16579][SPARKR] add install.spark functionJunyang Qian2016-08-101-2/+2
* [SPARK-16710][SPARKR][ML] spark.glm should support weightColYanbo Liang2016-08-101-0/+22
* [SPARK-10683][SPARK-16510][SPARKR] Move SparkR include jar test to SparkSubmi...Shivaram Venkataraman2016-07-192-41/+5
* [SPARK-16027][SPARKR] Fix R tests SparkSession init/stopFelix Cheung2016-07-1714-25/+48
* [SPARK-16538][SPARKR] Add more tests for namespace call to SparkSession funct...Felix Cheung2016-07-151-0/+7
* [SPARK-16538][SPARKR] fix R call with namespace operator on SparkSession func...Felix Cheung2016-07-141-1/+2
* [SPARK-16509][SPARKR] Rename window.partitionBy and window.orderBy to windowP...Sun Rui2016-07-141-4/+4
* [SPARKR][DOCS][MINOR] R programming guide to include csv data source exampleFelix Cheung2016-07-131-1/+1
* [SPARKR][MINOR] R examples and test updatesFelix Cheung2016-07-132-2/+2
* [SPARK-16429][SQL] Include `StringType` columns in `describe()`Dongjoon Hyun2016-07-081-2/+2
* [SPARK-16425][R] `describe()` should not fail with non-numeric columnsDongjoon Hyun2016-07-071-2/+6
* [SPARK-16310][SPARKR] R na.string-like default for csv sourceFelix Cheung2016-07-071-6/+26
* [SPARK-16233][R][TEST] ORC test should be enabled only when HiveContext is av...Dongjoon Hyun2016-07-011-0/+2
* [SPARK-16012][SPARKR] Implement gapplyCollect which will apply a R function o...Narine Kokhlikyan2016-07-011-5/+30
* [SPARK-16289][SQL] Implement posexplode table generating functionDongjoon Hyun2016-06-301-1/+1
* [SPARKR] add csv testsFelix Cheung2016-06-281-0/+18
* [SPARK-16128][SQL] Allow setting length of characters to be truncated to, in ...Prashant Sharma2016-06-281-0/+8
* [SPARK-16184][SPARKR] conf API for SparkSessionFelix Cheung2016-06-261-6/+6
* [SPARK-16088][SPARKR] update setJobGroup, cancelJobGroup, clearJobGroupFelix Cheung2016-06-231-3/+7
* [SPARK-16096][SPARKR] add union and deprecate unionAllFelix Cheung2016-06-212-3/+7
* [SPARK-15177][.1][R] make SparkR model params and default values consistent w...Xiangrui Meng2016-06-211-2/+2
* [SPARK-15294][R] Add `pivot` to SparkRDongjoon Hyun2016-06-201-0/+25
* [SPARK-16053][R] Add `spark_partition_id` in SparkRDongjoon Hyun2016-06-201-0/+1
* [SPARK-16028][SPARKR] spark.lapply can work with active contextFelix Cheung2016-06-201-3/+3
* [SPARK-16051][R] Add `read.orc/write.orc` to SparkRDongjoon Hyun2016-06-201-0/+21
* [SPARK-16029][SPARKR] SparkR add dropTempView and deprecate dropTempTableFelix Cheung2016-06-201-7/+7
* [SPARK-16059][R] Add `monotonically_increasing_id` function in SparkRDongjoon Hyun2016-06-201-1/+1
* [SPARK-15159][SPARKR] SparkR SparkSession APIFelix Cheung2016-06-1716-61/+138
* [SPARK-16005][R] Add `randomSplit` to SparkRDongjoon Hyun2016-06-171-0/+18
* [SPARK-15925][SPARKR] R DataFrame add back registerTempTable, add testsFelix Cheung2016-06-171-11/+19
* [SPARK-15908][R] Add varargs-type dropDuplicates() function in SparkRDongjoon Hyun2016-06-161-0/+8
* [SPARK-12922][SPARKR][WIP] Implement gapply() on DataFrame in SparkRNarine Kokhlikyan2016-06-151-0/+65
* [SPARK-15637][SPARK-15931][SPARKR] Fix R masked functions checksFelix Cheung2016-06-151-9/+18
* [SPARK-15925][SQL][SPARKR] Replaces registerTempTable with createOrReplaceTem...Cheng Lian2016-06-131-7/+8
* [SPARK-15684][SPARKR] Not mask startsWith and endsWith in Rwm624@hotmail.com2016-06-071-0/+7
* [SPARK-15637][SPARKR] fix R tests on R 3.2.2felixcheung2016-05-281-1/+1
* [SPARK-8603][SPARKR] Use shell() instead of system2() for SparkR on Windowshyukjinkwon2016-05-263-7/+32
* [SPARK-10903][SPARKR] R - Simplify SQLContext method signatures and use a sin...felixcheung2016-05-263-203/+221
* [SPARK-15439][SPARKR] Failed to run unit test in SparkRwm624@hotmail.com2016-05-251-1/+5
* [SPARK-15397][SQL] fix string udf locate as hiveDaoyuan Wang2016-05-231-1/+1
* [SPARK-15202][SPARKR] add dapplyCollect() method for DataFrame in SparkR.Sun Rui2016-05-121-1/+20
* [MINOR] [SPARKR] Update data-manipulation.R to use native csv readerYanbo Liang2016-05-091-4/+2