aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/R
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12310][SPARKR] Add write.json and write.parquet for SparkRYanbo Liang2015-12-162-10/+57
* [SPARK-12318][SPARKR] Save mode in SparkR should be error by defaultJeff Zhang2015-12-161-5/+5
* [SPARK-12158][SPARKR][SQL] Fix 'sample' functions that break R unit test casesgatorsmile2015-12-111-6/+11
* [SPARK-12146][SPARKR] SparkR jsonFile should support multiple input filesYanbo Liang2015-12-112-61/+70
* [SPARK-12234][SPARKR] Fix ```subset``` function error when only set ```select...Yanbo Liang2015-12-101-2/+7
* [SPARK-12198][SPARKR] SparkR support read.parquet and deprecate parquetFileYanbo Liang2015-12-101-2/+14
* [SPARK-12044][SPARKR] Fix usage of isnan, isNaNYanbo Liang2015-12-053-10/+26
* [SPARK-12115][SPARKR] Change numPartitions() to getNumPartitions() to be cons...Yanbo Liang2015-12-053-25/+40
* [SPARK-11715][SPARKR] Add R support corr for Column Aggregrationfelixcheung2015-12-053-5/+21
* [SPARK-11774][SPARKR] Implement struct(), encode(), decode() functions in Spa...Sun Rui2015-12-052-0/+71
* [SPARK-12104][SPARKR] collect() does not handle multiple columns with same name.Sun Rui2015-12-031-4/+4
* [SPARK-12019][SPARKR] Support character vector for sparkR.init(), check param...felixcheung2015-12-033-21/+50
* [SPARK-11781][SPARKR] SparkR has problem in inferring type of raw type.Sun Rui2015-11-293-32/+41
* [SPARK-9319][SPARKR] Add support for setting column names, typesfelixcheung2015-11-283-53/+141
* [SPARK-12029][SPARKR] Improve column functions signature, param check, tests,...felixcheung2015-11-281-30/+91
* [SPARK-12025][SPARKR] Rename some window rank function names for SparkRYanbo Liang2015-11-272-35/+35
* [SPARK-11756][SPARKR] Fix use of aliases - SparkR can not output help informa...felixcheung2015-11-204-84/+37
* [SPARK-11339][SPARKR] Document the list of functions in R base package that a...felixcheung2015-11-183-4/+4
* [SPARK-11684][R][ML][DOC] Update SparkR glm API doc, user guide and example c...Yanbo Liang2015-11-181-3/+15
* [SPARK-11773][SPARKR] Implement collection functions in SparkR.Sun Rui2015-11-184-35/+88
* [SPARK-11755][R] SparkR should export "predict"Yanbo Liang2015-11-171-0/+4
* [SPARK-10500][SPARKR] sparkr.zip cannot be created if /R/lib is unwritableSun Rui2015-11-151-1/+13
* [SPARK-11086][SPARKR] Use dropFactors column-wise instead of nested loop when...zero3232015-11-151-21/+33
* [SPARK-11263][SPARKR] lintr Throws Warnings on Commented Code in Documentationfelixcheung2015-11-127-1511/+1538
* [SPARK-11468] [SPARKR] add stddev/variance agg functions for Columnfelixcheung2015-11-103-14/+220
* [ML][R] SparkR::glm summary result to compare with native RYanbo Liang2015-11-101-1/+1
* [SPARK-10863][SPARKR] Method coltypes() (New version)Oscar D. Lara Yejas2015-11-104-14/+97
* [SPARK-9830][SQL] Remove AggregateExpression1 and Aggregate Operator used to ...Yin Huai2015-11-101-1/+1
* [SPARK-11587][SPARKR] Fix the summary generic to match base RShivaram Venkataraman2015-11-093-10/+10
* [SPARK-11494][ML][R] Expose R-like summary statistics in SparkR::glm for line...Yanbo Liang2015-11-091-4/+18
* [SPARK-11542] [SPARKR] fix glm with long fomularDavies Liu2015-11-051-1/+2
* [SPARK-11260][SPARKR] with() function supportadrian5552015-11-053-6/+41
* [DOC] Missing link to R DataFrame API doclewuathe2015-11-031-8/+97
* [SPARK-10592] [ML] [PySpark] Deprecate weights and use coefficients instead i...vectorijk2015-11-021-3/+3
* [SPARK-11340][SPARKR] Support setting driver properties when starting Spark f...felixcheung2015-10-301-5/+40
* [SPARK-11210][SPARKR] Add window functions into SparkR [step 2].Sun Rui2015-10-302-0/+108
* [SPARK-11409][SPARKR] Enable url link in R doc for Persistfelixcheung2015-10-291-2/+2
* [SPARK-11369][ML][R] SparkR glm should support setting standardizeYanbo Liang2015-10-281-2/+2
* [SPARK-11209][SPARKR] Add window functions into SparkR [step 1].Sun Rui2015-10-262-0/+114
* [SPARK-10979][SPARKR] Sparkrmerge: Add merge to DataFrame with R signatureNarine Kokhlikyan2015-10-261-4/+136
* [SPARK-11294][SPARKR] Improve R doc for read.df, write.df, saveAsTablefelixcheung2015-10-232-19/+24
* [SPARK-11244][SPARKR] sparkR.stop() should remove SQLContextForest Fang2015-10-221-0/+8
* [SPARK-11221][SPARKR] fix R doc for lit and add examplesfelixcheung2015-10-201-4/+9
* [SPARK-10668] [ML] Use WeightedLeastSquares in LinearRegression with L…lewuathe2015-10-191-2/+3
* [SPARK-10996] [SPARKR] Implement sampleBy() in DataFrameStatFunctions.Sun Rui2015-10-135-18/+64
* [SPARK-10981] [SPARKR] SparkR Join improvementsMonica Liu2015-10-131-4/+9
* [SPARK-10913] [SPARKR] attach() function supportAdrian Zhuang2015-10-132-0/+34
* [SPARK-10888] [SPARKR] Added as.DataFrame as a synonym to createDataFrameNarine Kokhlikyan2015-10-131-4/+13
* [SPARK-10051] [SPARKR] Support collecting data of StructType in DataFrameSun Rui2015-10-136-26/+98
* [SPARK-10079] [SPARKR] Make 'column' and 'col' functions be S4 functions.Sun Rui2015-10-093-7/+31