You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All R example code and documentation should largely conform to some consistent R code style guide -- ideally one that already exists, rather than the project developing its own.
reference the chosen style guide in the wiki / documentation
correct issues of style in example code to conform
Example style consistency will be especially useful because some Processing.R users are more likely to be confused by readability issues, and may also be learning R syntax for the first time by way of Processing.
The text was updated successfully, but these errors were encountered:
I have imported coala which is a command line code linting tool. It will check the style of the code(both Java and R). Thanks to the awesome tool, the code has been prettified.
And I have added coala into ci. If there are some issues about code style in the code, the CI build will fail.
All R example code and documentation should largely conform to some consistent R code style guide -- ideally one that already exists, rather than the project developing its own.
Here is one example:
Future documentation efforts would:
Example style consistency will be especially useful because some Processing.R users are more likely to be confused by readability issues, and may also be learning R syntax for the first time by way of Processing.
The text was updated successfully, but these errors were encountered: