Version 13 (modified by cedric, 15 years ago) (diff) |
---|
back to first page ..
back to CookBook R
Defining naming rules
Use files names in lower case.
Use under score in composed_names.
No uppercase in sql tables and shema names sauf sur les classes.
No accent.
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.
Use english names for variables.
Draw a class diagram (one class per file including method and criteria).