aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/inst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20375][R] R wrappers for array and mapzero3232017-04-191-0/+17
* [SPARK-20397][SPARKR][SS] Fix flaky test: test_streaming.R.Terminated by errorShixiong Zhu2017-04-191-1/+1
* [SPARK-19828][R][FOLLOWUP] Rename asJsonArray to as.json.array in from_json f...hyukjinkwon2017-04-171-1/+1
* [SPARK-20298][SPARKR][MINOR] fixed spelling mistake "charactor"Brendan Dwyer2017-04-121-3/+3
* [SPARK-20195][SPARKR][SQL] add createTable catalog API and deprecate createEx...Felix Cheung2017-04-061-5/+15
* [SPARK-19825][R][ML] spark.ml R API for FPGrowthzero3232017-04-031-0/+83
* [SPARK-20159][SPARKR][SQL] Support all catalog API in RFelix Cheung2017-04-021-4/+62
* [SPARK-20105][TESTS][R] Add tests for checkType and type string in structFiel...hyukjinkwon2017-03-271-0/+53
* [SPARK-19925][SPARKR] Fix SparkR spark.getSparkFiles fails when it was called...Yanbo Liang2017-03-211-0/+7
* [SPARK-19237][SPARKR][CORE] On Windows spark-submit should handle when java i...Felix Cheung2017-03-211-0/+1
* [SPARK-19949][SQL] unify bad record handling in CSV and JSONWenchen Fan2017-03-201-3/+2
* [SPARK-20020][SPARKR] DataFrame checkpoint APIFelix Cheung2017-03-192-2/+13
* [SPARK-19849][SQL] Support ArrayType in to_json to produce JSON arrayhyukjinkwon2017-03-191-0/+4
* [SPARK-18817][SPARKR][SQL] change derby log output to temp dirFelix Cheung2017-03-191-0/+34
* [SPARK-19654][SPARKR][SS] Structured Streaming API for RFelix Cheung2017-03-181-0/+150
* [SPARK-19828][R] Support array type in from_json in Rhyukjinkwon2017-03-141-0/+12
* [SPARK-19391][SPARKR][ML] Tweedie GLM API for SparkRactuaryzhang2017-03-141-1/+37
* [SPARK-19282][ML][SPARKR] RandomForest Wrapper and GBT Wrapper return param "...Xin Ren2017-03-121-0/+10
* [SPARK-19601][SQL] Fix CollapseRepartition rule to preserve shuffle-enabled R...Xiao Li2017-03-081-2/+2
* [SPARK-19818][SPARKR] rbind should check for name consistency of input data f...actuaryzhang2017-03-061-0/+7
* [SPARK-19795][SPARKR] add column functions to_json, from_jsonFelix Cheung2017-03-051-7/+36
* [DOC][MINOR][SPARKR] Update SparkR doc for names, columns and colnamesactuaryzhang2017-03-011-0/+6
* [SPARK-19682][SPARKR] Issue warning (or error) when subset method "[[" takes ...actuaryzhang2017-02-231-0/+12
* [SPARK-19616][SPARKR] weightCol and aggregationDepth should be improved for s...wm624@hotmail.com2017-02-221-1/+9
* [SPARK-18285][SPARKR] SparkR approxQuantile supports input multiple columnsYanbo Liang2017-02-171-5/+13
* [SPARK-19399][SPARKR] Add R coalesce API for DataFrame and ColumnFelix Cheung2017-02-152-6/+28
* [SPARK-19456][SPARKR] Add LinearSVC R APIwm624@hotmail.com2017-02-151-0/+44
* [SPARK-19342][SPARKR] bug fixed in collect method for collecting timestamp co...titicaca2017-02-121-2/+40
* [SPARK-19464][BUILD][HOTFIX] run-tests should use hadoop2.6Dongjoon Hyun2017-02-081-3/+0
* [SPARK-16609] Add to_date/to_timestamp with format functionsanabranch2017-02-071-0/+1
* [SPARK-19452][SPARKR] Fix bug in the name assignment methodactuaryzhang2017-02-051-0/+8
* [SPARK-19319][SPARKR] SparkR Kmeans summary returns error when the cluster si...wm624@hotmail.com2017-01-311-4/+11
* [SPARK-19395][SPARKR] Convert coefficients in summary to matrixactuaryzhang2017-01-313-18/+30
* [SPARK-19324][SPARKR] Spark VJM stdout output is getting dropped in SparkRFelix Cheung2017-01-271-1/+1
* [SPARK-18788][SPARKR] Add API for getNumPartitionsFelix Cheung2017-01-262-12/+12
* [SPARK-18821][SPARKR] Bisecting k-means wrapper in SparkRwm624@hotmail.com2017-01-261-0/+40
* [SPARK-18823][SPARKR] add support for assigning to columnFelix Cheung2017-01-241-0/+20
* [SPARK-19291][SPARKR][ML] spark.gaussianMixture supports output log-likelihood.Yanbo Liang2017-01-211-0/+7
* [SPARK-19066][SPARKR] SparkR LDA doesn't set optimizer correctlywm624@hotmail.com2017-01-162-3/+14
* [SPARK-18335][SPARKR] createDataFrame to support numPartitions parameterFelix Cheung2017-01-132-3/+24
* [SPARK-19142][SPARKR] spark.kmeans should take seed, initSteps, and tol as pa...wm624@hotmail.com2017-01-121-0/+20
* [SPARK-19130][SPARKR] Support setting literal value as column implicitlyFelix Cheung2017-01-111-0/+18
* [SPARK-19133][SPARKR][ML] fix glm for Gamma, clarify glm family supportedFelix Cheung2017-01-101-9/+17
* [SPARK-18862][SPARKR][ML] Split SparkR mllib.R into multiple filesYanbo Liang2017-01-087-1170/+1303
* [SPARK-18958][SPARKR] R API toJSON on DataFrameFelix Cheung2016-12-221-6/+7
* [SPARK-18903][SPARKR] Add API to get SparkUI URLFelix Cheung2016-12-211-1/+4
* [SPARK-18897][SPARKR] Fix SparkR SQL Test to drop test tableDongjoon Hyun2016-12-161-0/+1
* [MINOR][SPARKR] fix kstest example error and add unit testwm624@hotmail.com2016-12-131-0/+6
* [SPARK-18810][SPARKR] SparkR install.spark does not work for RCs, snapshotsFelix Cheung2016-12-121-0/+11
* [SPARK-18807][SPARKR] Should suppress output print for calls to JVM methods w...Felix Cheung2016-12-091-7/+7