aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/R
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13010][ML][SPARKR] Implement a simple wrapper of AFTSurvivalRegression...Yanbo Liang2016-03-242-0/+79
* [SPARK-13449] Naive Bayes wrapper in SparkRXusen Yin2016-03-222-5/+90
* [SPARK-13812][SPARKR] Fix SparkR lint-r test errors.Sun Rui2016-03-139-19/+22
* [SPARK-13389][SPARKR] SparkR support first/last with ignore NAsYanbo Liang2016-03-102-10/+34
* [SPARK-13327][SPARKR] Added parameter validations for colnames<-Oscar D. Lara Yejas2016-03-101-1/+21
* [SPARK-13504] [SPARKR] Add approxQuantile for SparkRYanbo Liang2016-02-252-0/+46
* [SPARK-13011] K-means wrapper in SparkRXusen Yin2016-02-232-4/+78
* [MINOR][DOCS] Fix all typos in markdown files of `doc` and similar patterns i...Dongjoon Hyun2016-02-222-4/+4
* [SPARK-13339][DOCS] Clarify commutative / associative operator requirements f...Sean Owen2016-02-191-5/+5
* [SPARK-13264][DOC] Removed multi-byte characters in spark-env.sh.templateSasaki Toru2016-02-111-1/+1
* [SPARK-12903][SPARKR] Add covar_samp and covar_pop for SparkRYanbo Liang2016-01-263-2/+69
* [SPARK-12629][SPARKR] Fixes for DataFrame saveAsTable methodNarine Kokhlikyan2016-01-222-8/+27
* [SPARK-12204][SPARKR] Implement drop method for DataFrame in SparkR.Sun Rui2016-01-202-21/+60
* [SPARK-12232][SPARKR] New R API for read.table to avoid name conflictfelixcheung2016-01-191-3/+4
* [SPARK-12337][SPARKR] Implement dropDuplicates() method of DataFrame in SparkR.Sun Rui2016-01-192-0/+37
* [SPARK-11031][SPARKR] Method str() on a DataFrameOscar D. Lara Yejas2016-01-153-22/+108
* [SPARK-12645][SPARKR] SparkR support hash functionYanbo Liang2016-01-092-0/+24
* [SPARK-12393][SPARKR] Add read.text and write.text for SparkRYanbo Liang2016-01-063-0/+58
* [SPARK-12625][SPARKR][SQL] replace R usage of Spark SQL deprecated APIfelixcheung2016-01-044-23/+31
* [SPARK-12327][SPARKR] fix code for lintr warning for commented codefelixcheung2016-01-034-2/+73
* [SPARK-12526][SPARKR] ifelse`, `when`, `otherwise` unable to take Column as v...Forest Fang2015-12-292-7/+10
* [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