-
Notifications
You must be signed in to change notification settings - Fork 23
coding style #18
Copy link
Copy link
Open
Labels
Description
There are some competing style guides for R. Let's decide upon which one to follow or some combination of both and make sure the R package version of the client conforms to the style. (see also #17)
http://bioconductor.org/developers/how-to/coding-style/
https://google-styleguide.googlecode.com/svn/trunk/Rguide.xml
Note that the identifier naming convention of avg.clicks in the Google style guide coincides with the S3 methods naming convention and sometimes causes issues/confusion.
http://stackoverflow.com/questions/6583265/what-does-s3-methods-mean-in-r
Reactions are currently unavailable