aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/R
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16059][R] Add `monotonically_increasing_id` function in SparkRDongjoon Hyun2016-06-202-0/+32
* [SPARK-15159][SPARKR] SparkR SparkSession APIFelix Cheung2016-06-175-104/+207
* [SPARK-16005][R] Add `randomSplit` to SparkRDongjoon Hyun2016-06-172-0/+41
* [SPARK-15925][SPARKR] R DataFrame add back registerTempTable, add testsFelix Cheung2016-06-172-7/+37
* [SPARK-15908][R] Add varargs-type dropDuplicates() function in SparkRDongjoon Hyun2016-06-162-11/+21
* [SPARK-15490][R][DOC] SparkR 2.0 QA: New R APIs and API docs for non-MLib cha...Kai Jiang2016-06-1610-88/+123
* [SPARK-12922][SPARKR][WIP] Implement gapply() on DataFrame in SparkRNarine Kokhlikyan2016-06-154-1/+177
* [SPARK-15925][SQL][SPARKR] Replaces registerTempTable with createOrReplaceTem...Cheng Lian2016-06-133-18/+22
* [SPARK-15898][SQL] DataFrameReader.text should return DataFrameWenchen Fan2016-06-121-3/+4
* [SPARK-15684][SPARKR] Not mask startsWith and endsWith in Rwm624@hotmail.com2016-06-072-3/+37
* [MINOR] Fix Typos 'an -> a'Zheng RuiFeng2016-06-061-1/+1
* [SPARK-10903] followup - update API doc for SqlContextfelixcheung2016-05-264-85/+81
* [SPARK-8603][SPARKR] Use shell() instead of system2() for SparkR on Windowshyukjinkwon2016-05-262-2/+11
* [SPARK-10903][SPARKR] R - Simplify SQLContext method signatures and use a sin...felixcheung2016-05-263-94/+229
* [SPARK-15439][SPARKR] Failed to run unit test in SparkRwm624@hotmail.com2016-05-251-1/+5
* [SPARK-15397][SQL] fix string udf locate as hiveDaoyuan Wang2016-05-231-1/+1
* [SPARK-14463][SQL] Document the semantics for read.textReynold Xin2016-05-181-0/+2
* [SPARK-15202][SPARKR] add dapplyCollect() method for DataFrame in SparkR.Sun Rui2016-05-122-16/+74
* [MINOR] [SPARKR] Update data-manipulation.R to use native csv readerYanbo Liang2016-05-091-2/+1
* [SPARK-12479][SPARKR] sparkR collect on GroupedData throws R error "missing v...Sun Rui2016-05-081-0/+3
* [SPARK-11395][SPARKR] Support over and window specification in SparkR.Sun Rui2016-05-055-7/+316
* [SPARK-15110] [SPARKR] Implement repartitionByColumn for SparkR DataFramesNarineK2016-05-053-8/+39
* [SPARK-15030][ML][SPARKR] Support formula in spark.kmeans in SparkRYanbo Liang2016-04-302-24/+31
* [SPARK-14831][.2][ML][R] rename ml.save/ml.load to write.ml/read.mlXiangrui Meng2016-04-302-22/+22
* [SPARK-14831][SPARKR] Make the SparkR MLlib API more consistent with SparkTimothy Hunter2016-04-292-64/+107
* [SPARK-12919][SPARKR] Implement dapply() on DataFrame in SparkR.Sun Rui2016-04-292-0/+65
* [SPARK-14314][SPARK-14315][ML][SPARKR] Model persistence in SparkR (glm & kme...Yanbo Liang2016-04-291-12/+86
* [SPARK-7264][ML] Parallel lapply for sparkRTimothy Hunter2016-04-281-0/+42
* [SPARK-12235][SPARKR] Enhance mutate() to support replace existing columns.Sun Rui2016-04-281-9/+51
* [SPARK-13436][SPARKR] Added parameter drop to subsetting operator [Oscar D. Lara Yejas2016-04-272-34/+38
* [SPARK-13734][SPARKR] Added histogram functionOscar D. Lara Yejas2016-04-262-0/+124
* [SPARK-14313][ML][SPARKR] AFTSurvivalRegression model persistence in SparkRYanbo Liang2016-04-261-0/+27
* [SPARK-14312][ML][SPARKR] NaiveBayes model persistence in SparkRYanbo Liang2016-04-252-0/+52
* [SPARK-14883][DOCS] Fix wrong R examples and make them up-to-dateDongjoon Hyun2016-04-241-1/+1
* [SPARK-12148][SPARKR] fix doc after renaming DataFrame to SparkDataFramefelixcheung2016-04-231-8/+8
* [SPARK-14594][SPARKR] check execution return status codefelixcheung2016-04-231-0/+3
* [SPARK-12148][SPARKR] SparkR: rename DataFrame to SparkDataFramefelixcheung2016-04-2312-416/+421
* [SPARK-14780] [R] Add `setLogLevel` to SparkRDongjoon Hyun2016-04-211-0/+17
* [SPARK-14639] [PYTHON] [R] Add `bround` function in Python/R.Dongjoon Hyun2016-04-192-1/+25
* [SPARK-13905][SPARKR] Change signature of as.data.frame() to be consistent wi...Sun Rui2016-04-192-7/+6
* [SPARK-12224][SPARKR] R support for JDBC sourcefelixcheung2016-04-194-1/+113
* [SPARK-13925][ML][SPARKR] Expose R-like summary statistics in SparkR::glm for...Yanbo Liang2016-04-151-3/+46
* [SPARK-12566][SPARK-14324][ML] GLM model family, link function support in Spa...Yanbo Liang2016-04-121-78/+61
* [SPARK-14353] Dataset Time Window `window` API for RBurak Yavuz2016-04-052-0/+67
* [SPARK-14303][ML][SPARKR] Define and use KMeansWrapper for SparkR::kmeansYanbo Liang2016-03-311-29/+62
* [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