aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/inst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-10106] [SPARKR] Add `ifelse` Column function to SparkRYu ISHIKAWA2015-08-191-1/+2
* [SPARK-9856] [SPARKR] Add expression functions into SparkR whose params are c...Yu ISHIKAWA2015-08-191-6/+92
* [SPARK-10075] [SPARKR] Add `when` expressino function in SparkRYu ISHIKAWA2015-08-181-0/+7
* [SPARK-9871] [SPARKR] Add expression functions into SparkR which have a varia...Yu ISHIKAWA2015-08-161-0/+13
* [SPARK-8844] [SPARKR] head/collect is broken in SparkR.Sun Rui2015-08-161-0/+20
* [SPARK-9855] [SPARKR] Add expression functions into SparkR whose params are s...Yu ISHIKAWA2015-08-121-9/+12
* [SPARK-8313] R Spark packages supportBurak Yavuz2015-08-041-0/+30
* [SPARK-9318] [SPARK-9320] [SPARKR] Aliases for merge and summary functions on...Hossein2015-07-311-2/+12
* [SPARK-9324] [SPARK-9322] [SPARK-9321] [SPARKR] Some aliases for R-like funct...Hossein2015-07-311-3/+19
* [SPARK-9510] [SPARKR] Remaining SparkR style fixesShivaram Venkataraman2015-07-311-1/+3
* [SPARK-9053] [SPARKR] Fix spaces around parens, infix operators etc.Yu ISHIKAWA2015-07-313-5/+7
* [SPARK-8742] [SPARKR] Improve SparkR error messages for DataFrame APIHossein2015-07-301-0/+5
* [SPARK-9463] [ML] Expose model coefficients with names in SparkR RFormulaEric Liang2015-07-301-0/+11
* [SPARK-9248] [SPARKR] Closing curly-braces should always be on their own lineYuu ISHIKAWA2015-07-301-2/+4
* [SPARK-9391] [ML] Support minus, dot, and intercept operators in SparkR RFormulaEric Liang2015-07-281-0/+8
* Use vector-friendly comparison for packages argument.trestletech2015-07-281-0/+4
* [SPARK-9230] [ML] Support StringType features in RFormulaEric Liang2015-07-271-3/+3
* [SPARK-8364] [SPARKR] Add crosstab to SparkR DataFramesXiangrui Meng2015-07-221-0/+13
* [SPARK-9201] [ML] Initial integration of MLlib + SparkR using RFormulaEric Liang2015-07-201-0/+42
* [SPARK-9093] [SPARKR] Fix single-quotes strings in SparkRYu ISHIKAWA2015-07-171-2/+2
* [SPARK-8807] [SPARKR] Add between operator in SparkRLiang-Chi Hsieh2015-07-151-0/+12
* [SPARK-8840] [SPARKR] Add float coercion on SparkRLiang-Chi Hsieh2015-07-151-0/+26
* [SPARK-8808] [SPARKR] Fix assignments in SparkR.Sun Rui2015-07-145-6/+6
* [SPARK-6797] [SPARKR] Add support for YARN cluster mode.Sun Rui2015-07-131-2/+2
* [SPARK-8549] [SPARKR] Fix the line length of SparkRYu ISHIKAWA2015-07-053-8/+19
* [SPARK-7714] [SPARKR] SparkR tests should use more specific expectations than...Sun Rui2015-07-019-194/+194
* [SPARK-8607] SparkR -- jars not being added to application classpath correctlycafreeman2015-06-263-0/+69
* [SPARK-8662] SparkR Update SparkSQL Testcafreeman2015-06-261-3/+12
* [SPARK-8506] Add pakages to R context created through init.Holden Karau2015-06-241-0/+32
* [SPARK-8111] [SPARKR] SparkR shell should display Spark logo and version bann...Alok Singh2015-06-231-1/+15
* [SPARK-8431] [SPARKR] Add in operator to DataFrame Column in SparkRYu ISHIKAWA2015-06-221-0/+10
* [SPARK-8548] [SPARKR] Remove the trailing whitespaces from the SparkR filesYu ISHIKAWA2015-06-228-63/+60
* [SPARK-8452] [SPARKR] expose jobGroup API in SparkRHossein2015-06-191-0/+7
* [SPARK-6820] [SPARKR] Convert NAs to null type in SparkR DataFrameshqzizania2015-06-081-0/+37
* [SPARK-8085] [SPARKR] Support user-specified schema in read.dfShivaram Venkataraman2015-06-051-0/+13
* [SPARK-8063] [SPARKR] Spark master URL conflict between MASTER env variable a...Sun Rui2015-06-031-1/+1
* [SPARK-7227] [SPARKR] Support fillna / dropna in R DataFrame.Sun Rui2015-05-311-0/+109
* [SPARK-6806] [SPARKR] [DOCS] Fill in SparkR examples in programming guideDavies Liu2015-05-232-81/+81
* [SPARK-7687] [SQL] DataFrame.describe() should cast all aggregates to StringJosh Rosen2015-05-181-5/+5
* [SPARK-7226] [SPARKR] Support math functions in R DataFrameqhuang2015-05-151-0/+24
* [SPARK-7482] [SPARKR] Rename some DataFrame API methods in SparkR to match th...Sun Rui2015-05-121-20/+20
* [SPARK-7435] [SPARKR] Make DataFrame.show() consistent with that of Scala and...Joshi2015-05-111-1/+2
* [SPARK-7231] [SPARKR] Changes to make SparkR DataFrame dplyr friendly.Shivaram Venkataraman2015-05-081-6/+30
* [SPARK-6812] [SPARKR] filter() on DataFrame does not work as expected.Sun Rui2015-05-061-4/+6
* [SPARK-6841] [SPARKR] add support for mean, median, stdev etc.qhuang2015-05-051-0/+11
* [SPARK-7230] [SPARKR] Make RDD private in SparkR.Shivaram Venkataraman2015-05-053-3/+6
* [SPARK-7319][SQL] Improve the output from DataFrame.show()云峤2015-05-041-1/+1
* [SPARK-6991] [SPARKR] Adds support for zipPartitions.hlin092015-04-271-0/+33
* [SPARK-6856] [R] Make RDD information more useful in SparkRJeff Harrison2015-04-271-0/+5
* [SPARK-7033] [SPARKR] Clean usage of split. Use partition instead where appli...Sun Rui2015-04-241-6/+6