aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/inst/tests
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-17470][SQL] unify path for data source table and locationUri for hive ...Wenchen Fan2016-11-021-2/+2
* [SPARK-16839][SQL] Simplify Struct creation code patheyal farago2016-11-021-6/+6
* [SPARK-17838][SPARKR] Check named arguments for options and use formatted R f...hyukjinkwon2016-11-012-0/+18
* Revert "[SPARK-16839][SQL] redundant aliases after cleanupAliases"Herman van Hovell2016-11-011-6/+6
* [SPARK-16839][SQL] redundant aliases after cleanupAliaseseyal farago2016-11-011-6/+6
* [SPARK-16137][SPARKR] randomForest for RFelix Cheung2016-10-301-0/+68
* [SPARK-17157][SPARKR] Add multiclass logistic regression SparkR Wrapperwm624@hotmail.com2016-10-261-0/+55
* [SPARK-17961][SPARKR][SQL] Add storageLevel to DataFrame for SparkRWeichenXu2016-10-261-1/+4
* [SPARK-18007][SPARKR][ML] update SparkR MLP - add initalWeights parameterWeichenXu2016-10-251-0/+15
* [SPARKR][BRANCH-2.0] R merge API doc and example fixFelix Cheung2016-10-231-1/+1
* [SPARK-17811] SparkR cannot parallelize data.frame with NA or NULL in Date co...Hossein2016-10-211-0/+13
* [SPARK-18013][SPARKR] add crossJoin APIFelix Cheung2016-10-211-2/+9
* [SPARKR] fix warningsFelix Cheung2016-10-201-1/+1
* [SPARK-17790][SPARKR] Support for parallelizing R data.frame larger than 2GBHossein2016-10-121-0/+11
* [SPARK-17720][SQL] introduce static SQL confWenchen Fan2016-10-111-1/+1
* [SPARK-15153][ML][SPARKR] Fix SparkR spark.naiveBayes error when label is num...Yanbo Liang2016-10-111-0/+10
* [SPARK-17665][SPARKR] Support options/mode all for read/write APIs and option...hyukjinkwon2016-10-072-0/+84
* [SPARK-17658][SPARKR] read.df/write.df API taking path optionally in SparkRhyukjinkwon2016-10-042-0/+45
* [SPARK-17577][FOLLOW-UP][SPARKR] SparkR spark.addFile supports adding directo...Yanbo Liang2016-09-261-0/+22
* [SPARK-17499][SPARKR][ML][MLLIB] make the default params in sparkR spark.mlp ...WeichenXu2016-09-231-0/+19
* [SPARK-17315][FOLLOW-UP][SPARKR][ML] Fix print of Kolmogorov-Smirnov test sum...Yanbo Liang2016-09-211-14/+2
* [SPARK-17577][SPARKR][CORE] SparkR support add files to Spark job and get by ...Yanbo Liang2016-09-211-0/+13
* [SPARK-16445][MLLIB][SPARKR] Fix @return description for sparkR mlp summary()...Xin Ren2016-09-101-0/+2
* [SPARK-17442][SPARKR] Additional arguments in write.df are not passed to data...Felix Cheung2016-09-081-1/+11
* [SPARK-17339][SPARKR][CORE] Fix some R tests and use Path.toUri in SparkConte...hyukjinkwon2016-09-071-4/+10
* [SPARK-16785] R dapply doesn't return array or raw columnsClark Fitzgerald2016-09-062-0/+45
* [SPARK-17315][SPARKR] Kolmogorov-Smirnov test SparkR wrapperJunyang Qian2016-09-031-0/+34
* [SPARK-17376][SPARKR] Spark version should be available in RFelix Cheung2016-09-021-0/+6
* [SPARK-16883][SPARKR] SQL decimal type is not properly cast to number when co...wm624@hotmail.com2016-09-021-0/+22
* [SPARK-17241][SPARKR][MLLIB] SparkR spark.glm should have configurable regula...Xin Ren2016-08-311-0/+6
* [SPARK-16581][SPARKR] Fix JVM API tests in SparkRShivaram Venkataraman2016-08-311-11/+4
* [SPARK-17326][SPARKR] Fix tests with HiveContext in SparkR not to be skipped ...hyukjinkwon2016-08-311-1/+1
* [SPARK-16581][SPARKR] Make JVM backend calling functions publicShivaram Venkataraman2016-08-291-0/+43
* [SPARK-16445][MLLIB][SPARKR] Multilayer Perceptron Classifier wrapper in SparkRXin Ren2016-08-241-0/+32
* [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