aboutsummaryrefslogtreecommitdiff
path: root/R
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20438][R] SparkR wrappers for split and repeatHEADmasterzero3232017-04-244-0/+102
* [SPARK-20371][R] Add wrappers for collect_list and collect_setzero3232017-04-214-0/+73
* [SPARK-20375][R] R wrappers for array and mapzero3232017-04-194-0/+80
* [SPARK-20397][SPARKR][SS] Fix flaky test: test_streaming.R.Terminated by errorShixiong Zhu2017-04-191-1/+1
* [SPARK-20208][R][DOCS] Document R fpGrowth supportzero3232017-04-181-1/+36
* [SPARK-19828][R][FOLLOWUP] Rename asJsonArray to as.json.array in from_json f...hyukjinkwon2017-04-172-5/+5
* [SPARK-20278][R] Disable 'multiple_dots_linter' lint rule that is against pro...hyukjinkwon2017-04-161-1/+1
* [SPARK-20298][SPARKR][MINOR] fixed spelling mistake "charactor"Brendan Dwyer2017-04-123-9/+9
* [SPARK-20197][SPARKR] CRAN check fail with package installationFelix Cheung2017-04-071-2/+3
* [SPARK-20195][SPARKR][SQL] add createTable catalog API and deprecate createEx...Felix Cheung2017-04-064-16/+68
* [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
* [MINOR][R] Reorder `Collate` fields in DESCRIPTION filehyukjinkwon2017-04-041-1/+1
* [SPARK-19825][R][ML] spark.ml R API for FPGrowthzero3232017-04-036-1/+260
* [SPARK-20159][SPARKR][SQL] Support all catalog API in RFelix Cheung2017-04-026-237/+569
* [SPARK-20123][BUILD] SPARK_HOME variable might have spaces in it(e.g. $SPARKā€¦zuotingbing2017-04-025-36/+36
* [SPARK-20105][TESTS][R] Add tests for checkType and type string in structFiel...hyukjinkwon2017-03-271-0/+53
* [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-212-2/+21
* [SPARK-19237][SPARKR][CORE] On Windows spark-submit should handle when java i...Felix Cheung2017-03-211-0/+1
* [SPARK-20041][DOC] Update docs for NaN handling in approxQuantileZheng RuiFeng2017-03-211-1/+2
* [SPARK-19949][SQL] unify bad record handling in CSV and JSONWenchen Fan2017-03-201-3/+2
* [SPARK-20020][SPARKR][FOLLOWUP] DataFrame checkpoint API fix version tagFelix Cheung2017-03-191-1/+1
* [SPARK-20020][SPARKR] DataFrame checkpoint APIFelix Cheung2017-03-197-5/+70
* [SPARK-19849][SQL] Support ArrayType in to_json to produce JSON arrayhyukjinkwon2017-03-192-6/+16
* [SPARK-18817][SPARKR][SQL] change derby log output to temp dirFelix Cheung2017-03-193-1/+54
* [MINOR][R] Reorder `Collate` fields in DESCRIPTION filehyukjinkwon2017-03-191-1/+1
* [SPARK-19654][SPARKR][SS] Structured Streaming API for RFelix Cheung2017-03-188-5/+573
* [SPARK-19828][R] Support array type in from_json in Rhyukjinkwon2017-03-142-2/+22
* [SPARK-19391][SPARKR][ML] Tweedie GLM API for SparkRactuaryzhang2017-03-143-10/+102
* [SPARK-19282][ML][SPARKR] RandomForest Wrapper and GBT Wrapper return param "...Xin Ren2017-03-122-4/+17
* [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-062-1/+14
* [SPARK-19795][SPARKR] add column functions to_json, from_jsonFelix Cheung2017-03-054-7/+103
* [SPARK-19550][SPARKR][DOCS] Update R document to use JDK8Yuming Wang2017-03-041-1/+1
* [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-012-2/+8
* [SPARK-19460][SPARKR] Update dataset used in R documentation, examples to red...wm624@hotmail.com2017-02-285-52/+57
* [SPARK-19660][CORE][SQL] Replace the configuration property names that are de...Yuming Wang2017-02-282-2/+2
* [SPARK-19682][SPARKR] Issue warning (or error) when subset method "[[" takes ...actuaryzhang2017-02-232-0/+20
* [SPARK-19616][SPARKR] weightCol and aggregationDepth should be improved for s...wm624@hotmail.com2017-02-224-14/+35
* [SPARK-19639][SPARKR][EXAMPLE] Add spark.svmLinear example and update vignetteswm624@hotmail.com2017-02-171-0/+22
* [SPARK-18285][SPARKR] SparkR approxQuantile supports input multiple columnsYanbo Liang2017-02-173-14/+31
* [SPARK-19399][SPARKR] Add R coalesce API for DataFrame and ColumnFelix Cheung2017-02-157-14/+106
* [SPARK-19456][SPARKR] Add LinearSVC R APIwm624@hotmail.com2017-02-155-4/+188
* [SPARK-19387][SPARKR] Tests do not run with SparkR source package in CRAN checkFelix Cheung2017-02-144-7/+21
* [SPARK-19342][SPARKR] bug fixed in collect method for collecting timestamp co...titicaca2017-02-123-4/+43
* [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-074-8/+80
* [SPARK-19452][SPARKR] Fix bug in the name assignment methodactuaryzhang2017-02-052-4/+10