back to first page [..] [[BR]] back to ["CookBook R"] [[BR]] == Defining naming rules == * Use files names in __lower case. Only use the names with upper case for the classes [[BR]] * Use __under score in composed_names. [[BR]] * No uppercase in sql tables and shema names only on classes. [[BR]] * __No accent. [[BR]] * Use english names for variables. [[BR]] * For packaging all files will be stored in the same directory named R, see [wiki:"Create a package with R"]. [[BR]] * Class files will be named Anexample-class.r always use lower case for extension no .R .[[BR]] * 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.[[BR]] * Draw a class diagram (one class per file including method and criteria).[[BR]]