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
The code is not in formatR format. But it doesn't matter, since I can fix these errors for you:-) If you have coala in your local env, just run coala and it has a option to apply the patches to fix these errors.
Ah, I see, thank you. I was focusing on the docker part, and skimming over the coala reports because they were marked with [INFO] -- I see now that there are lots of small whitespace errors that are causing the check to fail, like t <- i / steps vs t <- i/steps.
I can install coala locally using docker. Very long term the best clean contribution solution for casual Processing.R authors will eventually to bind the CMD-T in PDE to a syntax cleanup, like in Java mode.
I noticed that my changes are sometimes failing Travis-CI with this message:
e.g. here: https://travis-ci.org/gaocegege/Processing.R/builds/240249559?utm_source=github_status&utm_medium=notification
Why are we using docker here -- and is there anything in particular I should do about this in my local setup, or any particular cause?
The text was updated successfully, but these errors were encountered: