CONTRIBUTING.md

RFC (Request for Comments)

This file is a work in progress. At the moment it serves as a place for piling up notes and ideas for R coding style in the financial sector, (not just for this particular repository). Github was chosen for this purpose because one can edit / contribute using only a web browser.

Notes on Testing

Notes on Writing Packages

Notes on Contributing

Guidelines for making the file 'CONTRIBUTING(.md)' https://help.github.com/articles/setting-guidelines-for-repository-contributors/ https://github.com/blog/1184-contributing-guidelines * https://help.github.com/articles/setting-guidelines-for-repository-contributors/

Examples: Atom Puppet

Code Style (to be moved to file CODINGSTYLE in the same folder, leave a reference to that file here!)

Resources: Google style Hadley Wickham's guide derived from Google style a guide by csgillespie r-bloggers' guide #1 r-blogger's naming conventions by Derek Jones

General Naming Conventions

Function Names

Type/State/Value testing functions value testing functions shall use 'dot.sep', i.e. obey the same convention as is.null(), is.na(), etc. type testing functions shall use 'dot.sep': is.*(), where * stands for a type/class, usually tested by 'inherits' within the body of the function.

Useful Resources on R

Markdown Cheatsheets & Style Guides

Notes On Roadmaps

Examples: * IPython



cloudcell/rfintools documentation built on May 13, 2019, 8:03 p.m.