Github user felixcheung commented on a diff in the pull request:

    https://github.com/apache/spark/pull/14980#discussion_r77732888
  
    --- Diff: R/pkg/vignettes/sparkr-vignettes.Rmd ---
    @@ -0,0 +1,853 @@
    +---
    +title: "SparkR - Practical Guide"
    +output:
    +  html_document:
    +    theme: united
    +    toc: true
    +    toc_depth: 4
    +    toc_float: true
    +    highlight: textmate
    +---
    +
    +## Overview
    +
    +SparkR is an R package that provides a light-weight frontend to use Apache 
Spark from R. In Spark 2.0.0, SparkR provides a distributed data frame 
implementation that supports data processing operations like selection, 
filtering, aggregation etc. and distributed machine learning using 
[MLlib](http://spark.apache.org/mllib/).
    --- End diff --
    
    is there a particular reason we want `2.0.0` here or should this be the 
current version (2.0.1 or 2.1.0)?


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to