aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/R
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16444][SPARKR] Isotonic Regression wrapper in SparkRwm624@hotmail.com2016-08-172-0/+122
* [SPARK-16519][SPARKR] Handle SparkR RDD generics that create warnings in R CM...Felix Cheung2016-08-165-105/+130
* [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-103-0/+260
* [SPARK-16710][SPARKR][ML] spark.glm should support weightColYanbo Liang2016-08-101-4/+11
* [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-16055][SPARKR] warning added while using sparkPackages with spark-submitkrishnakalyan32016-07-181-0/+4
* [SPARK-16507][SPARKR] Add a CRAN checker, fix Rd aliasesShivaram Venkataraman2016-07-1612-38/+606
* [SPARK-16538][SPARKR] fix R call with namespace operator on SparkSession func...Felix Cheung2016-07-141-1/+3
* [SPARK-16509][SPARKR] Rename window.partitionBy and window.orderBy to windowP...Sun Rui2016-07-143-28/+38
* [SPARK-16144][SPARKR] update R API doc for mllibFelix Cheung2016-07-112-8/+30
* [SPARKR][DOC] SparkR ML user guides update for 2.0Yanbo Liang2016-07-111-3/+5
* [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/+1
* [SPARK-16310][SPARKR] R na.string-like default for csv sourceFelix Cheung2016-07-071-2/+8
* [SPARK-16012][SPARKR] Implement gapplyCollect which will apply a R function o...Narine Kokhlikyan2016-07-013-62/+146
* [SPARK-16289][SQL] Implement posexplode table generating functionDongjoon Hyun2016-06-302-0/+21
* [SPARK-16140][MLLIB][SPARKR][DOCS] Group k-means method in generated R docXin Ren2016-06-292-39/+35
* [MINOR][SPARKR] Fix arguments of survreg in SparkRYanbo Liang2016-06-291-2/+2
* [MINOR][SPARKR] update sparkR DataFrame.R commentWeichenXu2016-06-281-2/+2
* [SPARK-16128][SQL] Allow setting length of characters to be truncated to, in ...Prashant Sharma2016-06-281-3/+8
* [SPARK-16143][R] group AFT survival regression methods docs in a single RdJunyang Qian2016-06-271-46/+42
* [SPARK-16184][SPARKR] conf API for SparkSessionFelix Cheung2016-06-261-4/+46
* [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-234-21/+66
* [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-212-10/+39
* [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-211-38/+36
* [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-202-0/+47
* 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-202-0/+25
* [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-201-7/+13
* [SPARK-16051][R] Add `read.orc/write.orc` to SparkRDongjoon Hyun2016-06-203-1/+51
* [SPARK-16029][SPARKR] SparkR add dropTempView and deprecate dropTempTableFelix Cheung2016-06-201-6/+33
* [SPARK-16059][R] Add `monotonically_increasing_id` function in SparkRDongjoon Hyun2016-06-202-0/+32
* [SPARK-15159][SPARKR] SparkR SparkSession APIFelix Cheung2016-06-175-104/+207
* [SPARK-16005][R] Add `randomSplit` to SparkRDongjoon Hyun2016-06-172-0/+41
* [SPARK-15925][SPARKR] R DataFrame add back registerTempTable, add testsFelix Cheung2016-06-172-7/+37
* [SPARK-15908][R] Add varargs-type dropDuplicates() function in SparkRDongjoon Hyun2016-06-162-11/+21
* [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-154-1/+177