GitHub user felixcheung opened a pull request:

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

    [SPARK-11756][SPARKR] Fix use of aliases - SparkR can not output help 
information for SparkR:::summary correctly

    Fix use of aliases and changes uses of @rdname and @seealso
    `@aliases` is the hint for `?` - it should not be linked to some other name 
- those should be @seealso
    https://cran.r-project.org/web/packages/roxygen2/vignettes/rd.html
    
    Clean up usage on @family, as multiple use of @family with the same @rdname 
is causing duplicated See Also html blocks 
    Also changing some @rdname for dplyr-like variant for better R user 
visibility in R doc, eg. rbind, summary, mutate, summarize
    
    @shivaram @yanboliang 

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

    $ git pull https://github.com/felixcheung/spark rdocaliases

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

    https://github.com/apache/spark/pull/9750.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 #9750
    
----
commit b2b0c3f7d290c9fa54b11fae2b5782172ddc8c78
Author: felixcheung <[email protected]>
Date:   2015-11-17T00:22:32Z

    Fix use of aliases and changes uses of @rdname and @seealso

commit 474d6af0533b56165a8189f16eda2bf6e1f21ee9
Author: felixcheung <[email protected]>
Date:   2015-11-17T00:30:34Z

    minor typo

----


---
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