aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/R/generics.R
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20438][R] SparkR wrappers for split and repeatHEADmasterzero3232017-04-241-0/+8
* [SPARK-20371][R] Add wrappers for collect_list and collect_setzero3232017-04-211-0/+9
* [SPARK-20375][R] R wrappers for array and mapzero3232017-04-191-0/+8
* [SPARK-19825][R][ML] spark.ml R API for FPGrowthzero3232017-04-031-0/+12
* [SPARK-20020][SPARKR] DataFrame checkpoint APIFelix Cheung2017-03-191-1/+5
* [SPARK-19654][SPARKR][SS] Structured Streaming API for RFelix Cheung2017-03-181-1/+40
* [SPARK-19795][SPARKR] add column functions to_json, from_jsonFelix Cheung2017-03-051-0/+8
* [SPARK-19616][SPARKR] weightCol and aggregationDepth should be improved for s...wm624@hotmail.com2017-02-221-1/+1
* [SPARK-18285][SPARKR] SparkR approxQuantile supports input multiple columnsYanbo Liang2017-02-171-1/+1
* [SPARK-19399][SPARKR] Add R coalesce API for DataFrame and ColumnFelix Cheung2017-02-151-1/+8
* [SPARK-19456][SPARKR] Add LinearSVC R APIwm624@hotmail.com2017-02-151-0/+4
* [SPARK-16609] Add to_date/to_timestamp with format functionsanabranch2017-02-071-1/+5
* [SPARK-18788][SPARKR] Add API for getNumPartitionsFelix Cheung2017-01-261-2/+6
* [SPARK-18821][SPARKR] Bisecting k-means wrapper in SparkRwm624@hotmail.com2017-01-261-0/+5
* [SPARK-18438][SPARKR][ML] spark.mlp should support RFormula.Yanbo Liang2016-11-161-1/+1
* [SPARK-18239][SPARKR] Gradient Boosted Tree for RFelix Cheung2016-11-081-0/+4
* [SPARK-16137][SPARKR] randomForest for RFelix Cheung2016-10-301-30/+36
* [SPARK-17157][SPARKR] Add multiclass logistic regression SparkR Wrapperwm624@hotmail.com2016-10-261-0/+4
* [SPARK-17961][SPARKR][SQL] Add storageLevel to DataFrame for SparkRWeichenXu2016-10-261-1/+5
* [SPARK-18013][SPARKR] add crossJoin APIFelix Cheung2016-10-211-0/+4
* [SPARK-17665][SPARKR] Support options/mode all for read/write APIs and option...hyukjinkwon2016-10-071-4/+6
* [SPARK-17658][SPARKR] read.df/write.df API taking path optionally in SparkRhyukjinkwon2016-10-041-2/+2
* [SPARK-17315][SPARKR] Kolmogorov-Smirnov test SparkR wrapperJunyang Qian2016-09-031-0/+4
* [SPARK-16445][MLLIB][SPARKR] Multilayer Perceptron Classifier wrapper in SparkRXin Ren2016-08-241-0/+4
* [SPARK-16508][SPARKR] doc updates and more CRAN check fixesFelix Cheung2016-08-221-8/+7
* [SPARK-16508][SPARKR] Fix CRAN undocumented/duplicated arguments warnings.Junyang Qian2016-08-201-13/+49
* [SPARK-16443][SPARKR] Alternating Least Squares (ALS) wrapperJunyang Qian2016-08-191-0/+4
* [SPARK-16447][ML][SPARKR] LDA wrapper in SparkRXusen Yin2016-08-181-0/+14
* [SPARK-16446][SPARKR][ML] Gaussian Mixture Model wrapper in SparkRYanbo Liang2016-08-171-0/+7
* [SPARK-16444][SPARKR] Isotonic Regression wrapper in SparkRwm624@hotmail.com2016-08-171-0/+4
* [SPARK-16519][SPARKR] Handle SparkR RDD generics that create warnings in R CM...Felix Cheung2016-08-161-33/+58
* [SPARK-16508][SPARKR] Split docs for arrange and orderBy methodsJunyang Qian2016-08-151-1/+1
* [SPARK-16507][SPARKR] Add a CRAN checker, fix Rd aliasesShivaram Venkataraman2016-07-161-4/+4
* [SPARK-16509][SPARKR] Rename window.partitionBy and window.orderBy to windowP...Sun Rui2016-07-141-4/+4
* [SPARK-16144][SPARKR] update R API doc for mllibFelix Cheung2016-07-111-2/+0
* [SPARK-16012][SPARKR] Implement gapplyCollect which will apply a R function o...Narine Kokhlikyan2016-07-011-0/+4
* [SPARK-16289][SQL] Implement posexplode table generating functionDongjoon Hyun2016-06-301-0/+4
* [SPARK-16140][MLLIB][SPARKR][DOCS] Group k-means method in generated R docXin Ren2016-06-291-0/+2
* [SPARK-16096][SPARKR] add union and deprecate unionAllFelix Cheung2016-06-211-1/+5
* [SPARK-16109][SPARKR][DOC] R more doc fixesFelix Cheung2016-06-211-4/+4
* [SPARK-15319][SPARKR][DOCS] Fix SparkR doc layout for corr and other DataFram...Felix Cheung2016-06-211-4/+4
* [SPARKR][DOCS] R code doc cleanupFelix Cheung2016-06-201-22/+22
* [SPARK-15294][R] Add `pivot` to SparkRDongjoon Hyun2016-06-201-0/+4
* remove duplicated docs in dapplyNarine Kokhlikyan2016-06-201-1/+1
* [SPARK-16053][R] Add `spark_partition_id` in SparkRDongjoon Hyun2016-06-201-0/+4
* [SPARK-16051][R] Add `read.orc/write.orc` to SparkRDongjoon Hyun2016-06-201-0/+4
* [SPARK-16059][R] Add `monotonically_increasing_id` function in SparkRDongjoon Hyun2016-06-201-0/+5
* [SPARK-16005][R] Add `randomSplit` to SparkRDongjoon Hyun2016-06-171-0/+4
* [SPARK-15925][SPARKR] R DataFrame add back registerTempTable, add testsFelix Cheung2016-06-171-5/+9
* [SPARK-15908][R] Add varargs-type dropDuplicates() function in SparkRDongjoon Hyun2016-06-161-5/+2