aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/R
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20298][SPARKR][MINOR] fixed spelling mistake "charactor"Brendan Dwyer2017-04-122-6/+6
* [SPARK-20195][SPARKR][SQL] add createTable catalog API and deprecate createEx...Felix Cheung2017-04-062-11/+52
* [SPARK-20196][PYTHON][SQL] update doc for catalog functions for all languages...Felix Cheung2017-04-062-27/+36
* [SPARKR][DOC] update doc for fpgrowthFelix Cheung2017-04-042-5/+5
* [SPARK-19825][R][ML] spark.ml R API for FPGrowthzero3232017-04-033-0/+172
* [SPARK-20159][SPARKR][SQL] Support all catalog API in RFelix Cheung2017-04-023-233/+497
* [MINOR][DOCS] Match several documentation changes in Scala to R/Pythonhyukjinkwon2017-03-261-3/+3
* [SPARK-19925][SPARKR] Fix SparkR spark.getSparkFiles fails when it was called...Yanbo Liang2017-03-211-2/+14
* [SPARK-20041][DOC] Update docs for NaN handling in approxQuantileZheng RuiFeng2017-03-211-1/+2
* [SPARK-20020][SPARKR][FOLLOWUP] DataFrame checkpoint API fix version tagFelix Cheung2017-03-191-1/+1
* [SPARK-20020][SPARKR] DataFrame checkpoint APIFelix Cheung2017-03-194-3/+55
* [SPARK-19849][SQL] Support ArrayType in to_json to produce JSON arrayhyukjinkwon2017-03-191-6/+12
* [SPARK-18817][SPARKR][SQL] change derby log output to temp dirFelix Cheung2017-03-191-1/+14
* [SPARK-19654][SPARKR][SS] Structured Streaming API for RFelix Cheung2017-03-185-5/+409
* [SPARK-19828][R] Support array type in from_json in Rhyukjinkwon2017-03-141-2/+10
* [SPARK-19391][SPARKR][ML] Tweedie GLM API for SparkRactuaryzhang2017-03-141-8/+47
* [SPARK-19282][ML][SPARKR] RandomForest Wrapper and GBT Wrapper return param "...Xin Ren2017-03-121-4/+7
* [SPARK-19818][SPARKR] rbind should check for name consistency of input data f...actuaryzhang2017-03-061-1/+7
* [SPARK-19795][SPARKR] add column functions to_json, from_jsonFelix Cheung2017-03-052-0/+65
* [SPARK-18352][DOCS] wholeFile JSON update doc and programming guideFelix Cheung2017-03-021-3/+7
* [DOC][MINOR][SPARKR] Update SparkR doc for names, columns and colnamesactuaryzhang2017-03-011-2/+2
* [SPARK-19460][SPARKR] Update dataset used in R documentation, examples to red...wm624@hotmail.com2017-02-284-30/+32
* [SPARK-19682][SPARKR] Issue warning (or error) when subset method "[[" takes ...actuaryzhang2017-02-231-0/+8
* [SPARK-19616][SPARKR] weightCol and aggregationDepth should be improved for s...wm624@hotmail.com2017-02-223-13/+26
* [SPARK-18285][SPARKR] SparkR approxQuantile supports input multiple columnsYanbo Liang2017-02-172-9/+18
* [SPARK-19399][SPARKR] Add R coalesce API for DataFrame and ColumnFelix Cheung2017-02-154-8/+77
* [SPARK-19456][SPARKR] Add LinearSVC R APIwm624@hotmail.com2017-02-153-3/+142
* [SPARK-19387][SPARKR] Tests do not run with SparkR source package in CRAN checkFelix Cheung2017-02-142-7/+15
* [SPARK-19342][SPARKR] bug fixed in collect method for collecting timestamp co...titicaca2017-02-122-2/+3
* [SPARK-16609] Add to_date/to_timestamp with format functionsanabranch2017-02-072-8/+78
* [SPARK-19452][SPARKR] Fix bug in the name assignment methodactuaryzhang2017-02-051-4/+2
* [SPARK-19319][SPARKR] SparkR Kmeans summary returns error when the cluster si...wm624@hotmail.com2017-01-311-6/+10
* [SPARK-19395][SPARKR] Convert coefficients in summary to matrixactuaryzhang2017-01-313-4/+4
* [SPARKR][DOCS] update R API doc for subset/extractFelix Cheung2017-01-304-7/+18
* [SPARK-19324][SPARKR] Spark VJM stdout output is getting dropped in SparkRFelix Cheung2017-01-271-3/+8
* [SPARK-18788][SPARKR] Add API for getNumPartitionsFelix Cheung2017-01-264-19/+46
* [SPARK-18821][SPARKR] Bisecting k-means wrapper in SparkRwm624@hotmail.com2017-01-263-4/+160
* [SPARK-18823][SPARKR] add support for assigning to columnFelix Cheung2017-01-241-13/+35
* [SPARK-19291][SPARKR][ML] spark.gaussianMixture supports output log-likelihood.Yanbo Liang2017-01-211-2/+3
* [SPARK-19231][SPARKR] add error handling for download and untar for Spark rel...Felix Cheung2017-01-181-15/+40
* [SPARK-19232][SPARKR] Update Spark distribution download cache location on Wi...Felix Cheung2017-01-161-2/+2
* [SPARK-19066][SPARKR] SparkR LDA doesn't set optimizer correctlywm624@hotmail.com2017-01-161-1/+19
* [SPARK-18335][SPARKR] createDataFrame to support numPartitions parameterFelix Cheung2017-01-132-11/+48
* [SPARK-19142][SPARKR] spark.kmeans should take seed, initSteps, and tol as pa...wm624@hotmail.com2017-01-121-2/+11
* [SPARK-19130][SPARKR] Support setting literal value as column implicitlyFelix Cheung2017-01-112-5/+21
* [SPARK-19133][SPARKR][ML] fix glm for Gamma, clarify glm family supportedFelix Cheung2017-01-102-2/+7
* [SPARK-19126][DOCS] Update Join Documentation Across Languagesanabranch2017-01-081-8/+11
* [SPARK-19127][DOCS] Update Rank Function Documentationanabranch2017-01-081-4/+6
* [SPARK-18862][SPARKR][ML] Split SparkR mllib.R into multiple filesYanbo Liang2017-01-088-2114/+2225
* [SPARK-18958][SPARKR] R API toJSON on DataFrameFelix Cheung2016-12-221-12/+18