aboutsummaryrefslogtreecommitdiff
path: root/R
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17315][SPARKR] Kolmogorov-Smirnov test SparkR wrapperJunyang Qian2016-09-034-2/+148
* [SPARKR][MINOR] Fix docs for sparkR.session and countJunyang Qian2016-09-023-4/+7
* [SPARK-17298][SQL] Require explicit CROSS join for cartesian productsSrinath Shankar2016-09-031-1/+1
* [SPARK-17376][SPARKR] followup - change since versionFelix Cheung2016-09-021-1/+1
* [SPARKR][DOC] regexp_extract should doc that it returns empty string when mat...Felix Cheung2016-09-021-1/+2
* [SPARK-17376][SPARKR] Spark version should be available in RFelix Cheung2016-09-023-6/+32
* [SPARK-16883][SPARKR] SQL decimal type is not properly cast to number when co...wm624@hotmail.com2016-09-023-1/+50
* [SPARK-17241][SPARKR][MLLIB] SparkR spark.glm should have configurable regula...Xin Ren2016-08-312-4/+12
* [SPARKR][MINOR] Fix windowPartitionBy exampleJunyang Qian2016-08-311-6/+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
* [MINOR][SPARKR] Verbose build comment in WINDOWS.md rather than promoting def...hyukjinkwon2016-08-311-1/+11
* [SPARK-16581][SPARKR] Make JVM backend calling functions publicShivaram Venkataraman2016-08-294-2/+167
* [SPARKR][MINOR] Fix LDA docJunyang Qian2016-08-291-3/+7
* [SPARKR][MINOR] Fix example of spark.naiveBayesJunyang Qian2016-08-261-2/+3
* [SPARKR][MINOR] Add installation message for remote master mode and improve o...Junyang Qian2016-08-243-39/+80
* [SPARKR][MINOR] Add more examples to window function docsJunyang Qian2016-08-242-18/+72
* [MINOR][SPARKR] fix R MLlib parameter documentationFelix Cheung2016-08-241-2/+2
* [SPARK-16445][MLLIB][SPARKR] Multilayer Perceptron Classifier wrapper in SparkRXin Ren2016-08-244-5/+157
* [SPARKR][MINOR] Fix doc for show methodJunyang Qian2016-08-241-2/+2
* [SPARKR][MINOR] Remove reference link for common Windows environment variablesJunyang Qian2016-08-231-3/+1
* [SPARKR][MINOR] Update R DESCRIPTION fileFelix Cheung2016-08-221-4/+9
* [SPARK-16577][SPARKR] Add CRAN documentation checks to run-tests.shShivaram Venkataraman2016-08-222-6/+39
* [SPARK-16508][SPARKR] doc updates and more CRAN check fixesFelix Cheung2016-08-2212-114/+119
* [SPARKR][MINOR] Add Xiangrui and Felix to maintainersShivaram Venkataraman2016-08-221-0/+2
* [SPARK-17173][SPARKR] R MLlib refactor, cleanup, reformat, fix deprecation in...Felix Cheung2016-08-222-117/+98
* [SPARKR][MINOR] Fix Cache Folder Path in WindowsJunyang Qian2016-08-221-1/+1
* [MINOR][R] add SparkR.Rcheck/ and SparkR_*.tar.gz to R/.gitignoreXiangrui Meng2016-08-211-0/+2
* [SPARK-16961][FOLLOW-UP][SPARKR] More robust test case for spark.gaussianMixt...Yanbo Liang2016-08-211-22/+25
* [SPARK-16508][SPARKR] Fix CRAN undocumented/duplicated arguments warnings.Junyang Qian2016-08-2011-267/+419
* [SPARK-16443][SPARKR] Alternating Least Squares (ALS) wrapperJunyang Qian2016-08-194-5/+201
* [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-184-2/+268
* [SPARK-16446][SPARKR][ML] Gaussian Mixture Model wrapper in SparkRYanbo Liang2016-08-174-3/+208
* [SPARK-16444][SPARKR] Isotonic Regression wrapper in SparkRwm624@hotmail.com2016-08-174-1/+156
* [SPARK-16519][SPARKR] Handle SparkR RDD generics that create warnings in R CM...Felix Cheung2016-08-1617-287/+312
* [MINOR][SPARKR] spark.glm weightCol should in the signature.Yanbo Liang2016-08-161-1/+1
* [SPARK-16508][SPARKR] Split docs for arrange and orderBy methodsJunyang Qian2016-08-153-15/+16
* [SPARK-16579][SPARKR] add install.spark functionJunyang Qian2016-08-107-4/+267
* [SPARK-16710][SPARKR][ML] spark.glm should support weightColYanbo Liang2016-08-102-4/+33
* [MINOR][SPARKR] R API documentation for "coltypes" is confusingXin Ren2016-08-101-5/+4
* [SPARKR][DOCS] fix broken url in docFelix Cheung2016-07-252-9/+9
* [SPARK-10683][SPARK-16510][SPARKR] Move SparkR include jar test to SparkSubmi...Shivaram Venkataraman2016-07-193-41/+5
* [SPARK-16055][SPARKR] warning added while using sparkPackages with spark-submitkrishnakalyan32016-07-181-0/+4
* [SPARK-16027][SPARKR] Fix R tests SparkSession init/stopFelix Cheung2016-07-1714-25/+48
* [SPARK-16507][SPARKR] Add a CRAN checker, fix Rd aliasesShivaram Venkataraman2016-07-1616-43/+675
* [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-142-2/+5
* [SPARK-16509][SPARKR] Rename window.partitionBy and window.orderBy to windowP...Sun Rui2016-07-145-34/+44
* [SPARKR][DOCS][MINOR] R programming guide to include csv data source exampleFelix Cheung2016-07-131-1/+1