aboutsummaryrefslogtreecommitdiff
path: root/R
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-10007] [SPARKR] Update `NAMESPACE` file in SparkR for simple parameter...Yuu ISHIKAWA2015-08-181-3/+47
* [SPARK-9871] [SPARKR] Add expression functions into SparkR which have a varia...Yu ISHIKAWA2015-08-164-0/+75
* [SPARK-8844] [SPARKR] head/collect is broken in SparkR.Sun Rui2015-08-162-6/+30
* [SPARK-9916] [BUILD] [SPARKR] removed left-over sparkr.zip copy/create comman...Burak Yavuz2015-08-121-5/+0
* [SPARK-9855] [SPARKR] Add expression functions into SparkR whose params are s...Yu ISHIKAWA2015-08-125-102/+309
* [SPARK-9713] [ML] Document SparkR MLlib glm() integration in Spark 1.5Eric Liang2015-08-112-6/+6
* [SPARK-9700] Pick default page size more intelligently.Reynold Xin2015-08-061-1/+1
* [SPARK-8313] R Spark packages supportBurak Yavuz2015-08-042-4/+30
* [SPARK-9318] [SPARK-9320] [SPARKR] Aliases for merge and summary functions on...Hossein2015-07-315-6/+48
* [SPARK-9324] [SPARK-9322] [SPARK-9321] [SPARKR] Some aliases for R-like funct...Hossein2015-07-314-3/+119
* [SPARK-9510] [SPARKR] Remaining SparkR style fixesShivaram Venkataraman2015-07-312-4/+6
* [SPARK-9053] [SPARKR] Fix spaces around parens, infix operators etc.Yu ISHIKAWA2015-07-319-12/+21
* [SPARK-8742] [SPARKR] Improve SparkR error messages for DataFrame APIHossein2015-07-302-1/+8
* [SPARK-9463] [ML] Expose model coefficients with names in SparkR RFormulaEric Liang2015-07-303-1/+39
* [SPARK-8850] [SQL] Enable Unsafe mode by defaultJosh Rosen2015-07-301-1/+1
* [SPARK-9248] [SPARKR] Closing curly-braces should always be on their own lineYuu ISHIKAWA2015-07-304-14/+19
* [SPARK-9391] [ML] Support minus, dot, and intercept operators in SparkR RFormulaEric Liang2015-07-282-1/+9
* Use vector-friendly comparison for packages argument.trestletech2015-07-282-1/+5
* [SPARK-9230] [ML] Support StringType features in RFormulaEric Liang2015-07-271-3/+3
* [SPARK-9249] [SPARKR] local variable assigned but may not be usedYu ISHIKAWA2015-07-242-5/+2
* [SPARK-9243] [Documentation] null -> zero in crosstab docXiangrui Meng2015-07-231-1/+1
* [SPARK-8364] [SPARKR] Add crosstab to SparkR DataFramesXiangrui Meng2015-07-224-0/+46
* [SPARK-9201] [ML] Initial integration of MLlib + SparkR using RFormulaEric Liang2015-07-205-0/+124
* [SPARK-9052] [SPARKR] Fix comments after curly bracesYu ISHIKAWA2015-07-212-16/+30
* [SPARK-9093] [SPARKR] Fix single-quotes strings in SparkRYu ISHIKAWA2015-07-175-12/+12
* [SPARK-8807] [SPARKR] Add between operator in SparkRLiang-Chi Hsieh2015-07-154-0/+34
* [SPARK-8840] [SPARKR] Add float coercion on SparkRLiang-Chi Hsieh2015-07-153-0/+28
* [SPARK-8808] [SPARKR] Fix assignments in SparkR.Sun Rui2015-07-149-13/+13
* [SPARK-6797] [SPARKR] Add support for YARN cluster mode.Sun Rui2015-07-138-38/+13
* [SPARK-8940] [SPARKR] Don't overwrite given schema in createDataFrameLiang-Chi Hsieh2015-07-091-1/+3
* Small update in the readme fileDirceu Semighini Filho2015-07-061-1/+1
* [SPARK-8549] [SPARKR] Fix the line length of SparkRYu ISHIKAWA2015-07-057-31/+51
* [SPARK-3071] Increase default driver memoryIlya Ganelin2015-07-011-1/+1
* [SPARK-7714] [SPARKR] SparkR tests should use more specific expectations than...Sun Rui2015-07-019-194/+194
* [SPARK-8434][SQL]Add a "pretty" parameter to the "show" method to display lon...zsxwing2015-06-291-2/+2
* [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-8637] [SPARKR] [HOTFIX] Fix packages argument, sparkSubmitBinNameShivaram Venkataraman2015-06-252-2/+2
* [SPARK-8506] Add pakages to R context created through init.Holden Karau2015-06-243-9/+56
* [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-222-0/+26
* [SPARK-8548] [SPARKR] Remove the trailing whitespaces from the SparkR filesYu ISHIKAWA2015-06-2222-188/+182
* [SPARK-8537] [SPARKR] Add a validation rule about the curly braces in SparkR ...Yu ISHIKAWA2015-06-221-1/+1
* [SPARK-8495] [SPARKR] Add a `.lintr` file to validate the SparkR files and th...Yu ISHIKAWA2015-06-201-0/+2
* [SPARK-8452] [SPARKR] expose jobGroup API in SparkRHossein2015-06-193-0/+56
* [SPARK-8350] [R] Log R unit test output to "unit-tests.log"andrewor142015-06-151-1/+1
* [SPARK-6820] [SPARKR] Convert NAs to null type in SparkR DataFrameshqzizania2015-06-082-0/+45
* [SPARK-8085] [SPARKR] Support user-specified schema in read.dfShivaram Venkataraman2015-06-052-4/+23
* [SPARK-8027] [SPARKR] Move man pages creation to install-dev.shShivaram Venkataraman2015-06-042-5/+9
* [SPARK-8084] [SPARKR] Make SparkR scripts fail on errorShivaram Venkataraman2015-06-032-0/+5