back to first page ..
back to CookBook R
Defining naming rules
- Use files names in lower case. Only use the names with upper case for the classes
- Use under score in composed_names.
- No uppercase in sql tables and shema names only on classes.
- No accent.
- Use english names for variables.
- For packaging all files will be stored in the same directory named R, see Create a package with R.
- Class files will be named Anexample-class.r always use lower case for extension no .R .
- Use of Roxygen for documentation of class and files (in the hope that S4 classes will be proceeded by Roxygen someday) and use install.package to generate scripts for S4 classes and methods.
- Draw a class diagram (one class per file including method and criteria).
Last modified 15 years ago
Last modified on Jul 28, 2010 12:07:22 PM