-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Edit shape.array doc and some style improvements #12162
Conversation
terrytangyuan
commented
Aug 14, 2018
•
edited
Loading
edited
- fix grammar in shape.array doc
- consistent use of <- instead of = for assignment
- necessary spaces
- shorten line length
Thanks for the contribution @terrytangyuan ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@terrytangyuan please use formatR
- https://yihui.name/formatr/ to indent and structure the code.
What's the difference? I am just making some enhancements myself manually for this particular file. All the changes are valid here. Others feel free to use formatR themselves for enhancement for the overall package. |
@terrytangyuan Because we are in the process of having uniform standards for the R-package and eventually have lintR run on the pipeline. For example - #12360 |
I believe that should be done in a separate PR. I doubt that
or
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure. it should be fine to fix other code formatting issues in a different PR.
@terrytangyuan You can trigger the CI again, with an empty commit by |
looks good to me! |
Re-triggered but failed again. Seems like Python tests are failing which is unrelated to this PR. |
Ok now it finally passed after I retriggered CI twice. |
* Edit shape.array doc and some style improvements * Trigger CI * Trigger CI
* Edit shape.array doc and some style improvements * Trigger CI * Trigger CI