back to first page [..] [[BR]] back to ["CookBook R"] [[BR]] == Defining naming rules == Use files names in lower case [[BR]] Use under score in composed_names [[BR]] No uppercase in sql tables and shema names sauf sur les classes [[BR]] No No accent [[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]] Use english names for variables [[BR]] Draw a class diagram (one class per file including method and criteria)[[BR]]