aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/inst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12148][SPARKR] SparkR: rename DataFrame to SparkDataFramefelixcheung2016-04-231-51/+51
* [SPARK-13178] RRDD faces with concurrency issue in case of rdd.zip(rdd).count().Sun Rui2016-04-221-2/+0
* [SPARK-14780] [R] Add `setLogLevel` to SparkRDongjoon Hyun2016-04-211-0/+5
* [SPARK-14639] [PYTHON] [R] Add `bround` function in Python/R.Dongjoon Hyun2016-04-191-0/+5
* [SPARK-13905][SPARKR] Change signature of as.data.frame() to be consistent wi...Sun Rui2016-04-192-1/+4
* [SPARK-12224][SPARKR] R support for JDBC sourcefelixcheung2016-04-191-0/+24
* [SPARK-13925][ML][SPARKR] Expose R-like summary statistics in SparkR::glm for...Yanbo Liang2016-04-151-0/+49
* [SPARK-12566][SPARK-14324][ML] GLM model family, link function support in Spa...Yanbo Liang2016-04-121-66/+29
* [SPARK-14362][SPARK-14406][SQL][FOLLOW-UP] DDL Native Support: Drop View and ...gatorsmile2016-04-101-1/+1
* [SPARK-14353] Dataset Time Window `window` API for RBurak Yavuz2016-04-052-1/+37
* [SPARK-12792] [SPARKR] Refactor RRDD to support R UDF.Sun Rui2016-03-281-0/+8
* Revert "[SPARK-12792] [SPARKR] Refactor RRDD to support R UDF."Davies Liu2016-03-281-8/+0
* [SPARK-12792] [SPARKR] Refactor RRDD to support R UDF.Sun Rui2016-03-281-0/+8
* [SPARK-14014][SQL] Integrate session catalog (attempt #2)Andrew Or2016-03-241-1/+2
* [SPARK-13010][ML][SPARKR] Implement a simple wrapper of AFTSurvivalRegression...Yanbo Liang2016-03-241-0/+49
* Revert "[SPARK-14014][SQL] Replace existing catalog with SessionCatalog"Andrew Or2016-03-231-2/+1
* [SPARK-14014][SQL] Replace existing catalog with SessionCatalogAndrew Or2016-03-231-1/+2
* [SPARK-13449] Naive Bayes wrapper in SparkRXusen Yin2016-03-221-0/+59
* [SPARK-13812][SPARKR] Fix SparkR lint-r test errors.Sun Rui2016-03-1311-153/+153
* [SPARK-13389][SPARKR] SparkR support first/last with ignore NAsYanbo Liang2016-03-101-0/+11
* [SPARK-13327][SPARKR] Added parameter validations for colnames<-Oscar D. Lara Yejas2016-03-101-0/+11
* [SPARK-13504] [SPARKR] Add approxQuantile for SparkRYanbo Liang2016-02-251-0/+8
* [SPARK-13472] [SPARKR] Fix unstable Kmeans test in RLiang-Chi Hsieh2016-02-241-1/+1
* [SPARK-13011] K-means wrapper in SparkRXusen Yin2016-02-231-0/+28
* [SPARK-12799] Simplify various string output for expressionsCheng Lian2016-02-211-2/+2
* [SPARK-12903][SPARKR] Add covar_samp and covar_pop for SparkRYanbo Liang2016-01-261-0/+2
* [SPARK-12629][SPARKR] Fixes for DataFrame saveAsTable methodNarine Kokhlikyan2016-01-221-1/+14
* [SPARK-12204][SPARKR] Implement drop method for DataFrame in SparkR.Sun Rui2016-01-202-6/+27
* [SPARK-12848][SQL] Change parsed decimal literal datatype from Double to DecimalHerman van Hovell2016-01-201-1/+1
* [SPARK-12232][SPARKR] New R API for read.table to avoid name conflictfelixcheung2016-01-192-16/+12
* [SPARK-12337][SPARKR] Implement dropDuplicates() method of DataFrame in SparkR.Sun Rui2016-01-191-1/+37
* [SPARK-12168][SPARKR] Add automated tests for conflicted function in Rfelixcheung2016-01-191-0/+23
* [SPARK-12862][SPARKR] Jenkins does not run R testsfelixcheung2016-01-171-1/+1
* [SPARK-11031][SPARKR] Method str() on a DataFrameOscar D. Lara Yejas2016-01-151-0/+31
* [SPARK-12756][SQL] use hash expression in ExchangeWenchen Fan2016-01-131-1/+1
* [SPARK-12645][SPARKR] SparkR support hash functionYanbo Liang2016-01-091-1/+1
* [SPARK-12393][SPARKR] Add read.text and write.text for SparkRYanbo Liang2016-01-061-0/+21
* [SPARK-12625][SPARKR][SQL] replace R usage of Spark SQL deprecated APIfelixcheung2016-01-041-2/+2
* [SPARK-12327][SPARKR] fix code for lintr warning for commented codefelixcheung2016-01-034-8/+14
* [SPARK-11199][SPARKR] Improve R context management story and add getOrCreateHossein2015-12-291-0/+4
* [SPARK-12526][SPARKR] ifelse`, `when`, `otherwise` unable to take Column as v...Forest Fang2015-12-291-0/+8
* [SPARK-12310][SPARKR] Add write.json and write.parquet for SparkRYanbo Liang2015-12-161-45/+59
* [SPARK-12158][SPARKR][SQL] Fix 'sample' functions that break R unit test casesgatorsmile2015-12-111-0/+4
* [SPARK-12146][SPARKR] SparkR jsonFile should support multiple input filesYanbo Liang2015-12-111-54/+66
* [SPARK-12234][SPARKR] Fix ```subset``` function error when only set ```select...Yanbo Liang2015-12-101-0/+4
* [SPARK-12198][SPARKR] SparkR support read.parquet and deprecate parquetFileYanbo Liang2015-12-101-4/+7
* [SPARK-12034][SPARKR] Eliminate warnings in SparkR test cases.Sun Rui2015-12-0718-38/+46
* [SPARK-12044][SPARKR] Fix usage of isnan, isNaNYanbo Liang2015-12-051-1/+5
* [SPARK-12115][SPARKR] Change numPartitions() to getNumPartitions() to be cons...Yanbo Liang2015-12-051-5/+5
* [SPARK-11715][SPARKR] Add R support corr for Column Aggregrationfelixcheung2015-12-051-1/+1