GitHub user yu-iskw opened a pull request:

    https://github.com/apache/spark/pull/8414

    [SPARK-10214][SparkR][Docs] 

    cc: @shivaram 
    
    ## Summary
    
    - Add @name tags to each methods in DataFrame.R and column.R
    - Replace `@rdname column` with `@rdname {each_func}`. i.e. alias method : 
`@rdname column` =>  `@rdname alias`
    
    ## Generated PDF File
    https://drive.google.com/open?id=0B9biIZIU47lLNHN2aFpnQXlSeGs
    
    ## JIRA
    [[SPARK-10214] Improve SparkR Column, DataFrame API docs - ASF 
JIRA](https://issues.apache.org/jira/browse/SPARK-10214)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/yu-iskw/spark SPARK-10214

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/8414.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #8414
    
----
commit 1db40393515c9b8c0286ab2cea8d8b05b831286c
Author: Yu ISHIKAWA <[email protected]>
Date:   2015-08-25T06:00:55Z

    Add `@name` to each methods  and modify `@aliases` in DataFrame.R

commit ea771dff8af0cc4e21a21c14096531de96c20b13
Author: Yu ISHIKAWA <[email protected]>
Date:   2015-08-25T06:02:57Z

    Change `@param` to `@slot` at DataFrame class

commit b7542c14bc81a4801ab50aed37f95b5a0b530fbb
Author: Yu ISHIKAWA <[email protected]>
Date:   2015-08-25T06:11:53Z

    Modify @rdname tags and Add @name in column.R

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to