[GitHub] spark pull request #13734: [SPARK-14995][R] Add `since` tag in Roxygen docum...

2016-06-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/13734 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena

[GitHub] spark pull request #13734: [SPARK-14995][R] Add `since` tag in Roxygen docum...

2016-06-18 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/13734#discussion_r67597431 --- Diff: R/pkg/R/DataFrame.R --- @@ -59,6 +60,7 @@ setMethod("initialize", "SparkDataFrame", function(.Object, sdf, isCached) { #' @export #'

[GitHub] spark pull request #13734: [SPARK-14995][R] Add `since` tag in Roxygen docum...

2016-06-17 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/13734#discussion_r67557255 --- Diff: R/pkg/R/generics.R --- @@ -20,157 +20,196 @@ # @rdname aggregateRDD # @seealso reduce # @export +# @note since 1.5.0 --

[GitHub] spark pull request #13734: [SPARK-14995][R] Add `since` tag in Roxygen docum...

2016-06-17 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/13734#discussion_r67556931 --- Diff: R/pkg/R/SQLContext.R --- @@ -213,7 +213,7 @@ createDataFrame <- function(x, ...) { #' @aliases createDataFrame #' @export #' @m

[GitHub] spark pull request #13734: [SPARK-14995][R] Add `since` tag in Roxygen docum...

2016-06-17 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/13734#discussion_r67556777 --- Diff: R/pkg/R/generics.R --- @@ -20,157 +20,196 @@ # @rdname aggregateRDD # @seealso reduce # @export +# @note since 1.5.0 ---

[GitHub] spark pull request #13734: [SPARK-14995][R] Add `since` tag in Roxygen docum...

2016-06-17 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/13734#discussion_r67556129 --- Diff: R/pkg/R/SQLContext.R --- @@ -213,7 +213,7 @@ createDataFrame <- function(x, ...) { #' @aliases createDataFrame #' @export #' @met

[GitHub] spark pull request #13734: [SPARK-14995][R] Add `since` tag in Roxygen docum...

2016-06-17 Thread dongjoon-hyun
GitHub user dongjoon-hyun opened a pull request: https://github.com/apache/spark/pull/13734 [SPARK-14995][R] Add `since` tag in Roxygen documentation for SparkR API methods ## What changes were proposed in this pull request? This PR adds `since` tags to Roxygen documentatio