-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-10118][SparkR][Docs] Improve SparkR API docs for 1.5 release #8386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Test build #41435 has finished for PR 8386 at commit
|
|
@shivaram could you review it? |
|
@shivaram it seems that we can change them with |
|
@shivaram These are the gists of floor.Rd to show the difference if using |
|
Test build #41485 has finished for PR 8386 at commit
|
|
@yu-iskw Thanks this is looking great ! I tried this locally and ran into one small problem while running Also we should do a similar cleanup of other methods in |
|
@shivaram sure. I have just modified it. |
|
Test build #41494 has finished for PR 8386 at commit
|
|
Thanks @yu-iskw -- LGTM. Merging this |
cc: shivaram ## Summary - Modify `tdname` of expression functions. i.e. `ascii`: `rdname functions` => `rdname ascii` - Replace the dynamical function definitions to the static ones because of thir documentations. ## Generated PDF File https://drive.google.com/file/d/0B9biIZIU47lLX2t6ZjRoRnBTSEU/view?usp=sharing ## JIRA [[SPARK-10118] Improve SparkR API docs for 1.5 release - ASF JIRA](https://issues.apache.org/jira/browse/SPARK-10118) Author: Yu ISHIKAWA <[email protected]> Author: Yuu ISHIKAWA <[email protected]> Closes #8386 from yu-iskw/SPARK-10118. (cherry picked from commit 6511bf5) Signed-off-by: Shivaram Venkataraman <[email protected]>
|
Thank you for merging it! |
cc: @shivaram
Summary
@tdnameof expression functions. i.e.ascii:@rdname functions=>@rdname asciiGenerated PDF File
https://drive.google.com/file/d/0B9biIZIU47lLX2t6ZjRoRnBTSEU/view?usp=sharing
JIRA
[SPARK-10118] Improve SparkR API docs for 1.5 release - ASF JIRA