aboutsummaryrefslogtreecommitdiff
path: root/R
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16142][R] group naiveBayes method docs in a single RdXiangrui Meng2016-06-231-48/+42
* [SPARK-16088][SPARKR] update setJobGroup, cancelJobGroup, clearJobGroupFelix Cheung2016-06-235-24/+73
* [SPARK-15672][R][DOC] R programming guide updateKai Jiang2016-06-221-1/+1
* [SPARK-16107][R] group glm methods in documentationJunyang Qian2016-06-221-44/+36
* [SPARK-16096][SPARKR] add union and deprecate unionAllFelix Cheung2016-06-215-13/+47
* [SPARK-16109][SPARKR][DOC] R more doc fixesFelix Cheung2016-06-215-23/+40
* [SPARK-15177][.1][R] make SparkR model params and default values consistent w...Xiangrui Meng2016-06-212-40/+38
* [SPARK-15319][SPARKR][DOCS] Fix SparkR doc layout for corr and other DataFram...Felix Cheung2016-06-212-23/+17
* [SPARKR][DOCS] R code doc cleanupFelix Cheung2016-06-208-84/+70
* [SPARK-15294][R] Add `pivot` to SparkRDongjoon Hyun2016-06-204-0/+73
* remove duplicated docs in dapplyNarine Kokhlikyan2016-06-202-2/+4
* [SPARK-14995][R] Add `since` tag in Roxygen documentation for SparkR API methodsDongjoon Hyun2016-06-2014-34/+340
* [SPARK-15159][SPARKR] SparkSession roxygen2 doc, programming guide, example u...Felix Cheung2016-06-205-161/+92
* [SPARK-16053][R] Add `spark_partition_id` in SparkRDongjoon Hyun2016-06-204-0/+27
* [SPARKR] fix R roxygen2 doc for count on GroupedDataFelix Cheung2016-06-201-1/+3
* [SPARK-16028][SPARKR] spark.lapply can work with active contextFelix Cheung2016-06-202-10/+16
* [SPARK-16051][R] Add `read.orc/write.orc` to SparkRDongjoon Hyun2016-06-205-1/+74
* [SPARK-16029][SPARKR] SparkR add dropTempView and deprecate dropTempTableFelix Cheung2016-06-203-13/+41
* [SPARK-16059][R] Add `monotonically_increasing_id` function in SparkRDongjoon Hyun2016-06-204-1/+34
* [SPARK-15159][SPARKR] SparkR SparkSession APIFelix Cheung2016-06-1723-174/+356
* [SPARK-16005][R] Add `randomSplit` to SparkRDongjoon Hyun2016-06-174-0/+60
* [SPARK-15925][SPARKR] R DataFrame add back registerTempTable, add testsFelix Cheung2016-06-174-18/+57
* [SPARK-15908][R] Add varargs-type dropDuplicates() function in SparkRDongjoon Hyun2016-06-163-11/+29
* [SPARK-15490][R][DOC] SparkR 2.0 QA: New R APIs and API docs for non-MLib cha...Kai Jiang2016-06-1610-88/+123
* [SPARK-12922][SPARKR][WIP] Implement gapply() on DataFrame in SparkRNarine Kokhlikyan2016-06-157-49/+333
* [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-135-26/+31
* [SPARK-15898][SQL] DataFrameReader.text should return DataFrameWenchen Fan2016-06-121-3/+4
* [SPARK-15766][SPARKR] R should export is.nanwm624@hotmail.com2016-06-101-0/+2
* [SPARK-15684][SPARKR] Not mask startsWith and endsWith in Rwm624@hotmail.com2016-06-073-3/+44
* [MINOR] Fix Typos 'an -> a'Zheng RuiFeng2016-06-061-1/+1
* [MINOR][R][DOC] Fix R documentation generation instruction.Kai Jiang2016-06-052-22/+20
* [SPARK-15637][SPARKR] fix R tests on R 3.2.2felixcheung2016-05-281-1/+1
* [SPARK-10903] followup - update API doc for SqlContextfelixcheung2016-05-264-85/+81
* [SPARK-8603][SPARKR] Use shell() instead of system2() for SparkR on Windowshyukjinkwon2016-05-266-10/+44
* [SPARK-15542][SPARKR] Make error message clear for script './R/install-dev.sh...Xin Ren2016-05-261-1/+6
* [SPARK-10903][SPARKR] R - Simplify SQLContext method signatures and use a sin...felixcheung2016-05-266-297/+450
* [SPARK-15439][SPARKR] Failed to run unit test in SparkRwm624@hotmail.com2016-05-252-2/+10
* [SPARK-15397][SQL] fix string udf locate as hiveDaoyuan Wang2016-05-232-2/+2
* [MINOR][SPARKR][DOC] Add a description for running unit tests in Windowshyukjinkwon2016-05-232-1/+27
* [SPARK-14463][SQL] Document the semantics for read.textReynold Xin2016-05-181-0/+2
* [SPARK-15202][SPARKR] add dapplyCollect() method for DataFrame in SparkR.Sun Rui2016-05-124-17/+95
* [MINOR] [SPARKR] Update data-manipulation.R to use native csv readerYanbo Liang2016-05-092-6/+3
* [SPARK-12479][SPARKR] sparkR collect on GroupedData throws R error "missing v...Sun Rui2016-05-082-0/+7
* [SPARK-11395][SPARKR] Support over and window specification in SparkR.Sun Rui2016-05-058-7/+364
* [SPARK-15110] [SPARKR] Implement repartitionByColumn for SparkR DataFramesNarineK2016-05-054-8/+75
* [SPARK-15091][SPARKR] Fix warnings and a failure in SparkR test cases with te...Sun Rui2016-05-034-10/+9
* [SPARK-15030][ML][SPARKR] Support formula in spark.kmeans in SparkRYanbo Liang2016-04-303-30/+37
* [SPARK-14831][.2][ML][R] rename ml.save/ml.load to write.ml/read.mlXiangrui Meng2016-04-304-44/+44
* [SPARK-14831][SPARKR] Make the SparkR MLlib API more consistent with SparkTimothy Hunter2016-04-294-72/+247