Changes between Version 12 and Version 13 of Naming rules


Ignore:
Timestamp:
Mar 19, 2010 2:06:25 PM (15 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Naming rules

    v12 v13  
    44== Defining naming rules == 
    55 
    6 Use files names in lower case [[BR]] 
    7 Use under score  in composed_names [[BR]] 
    8 No uppercase in sql tables and shema names sauf sur les classes [[BR]] 
    9 No  
    10 No accent [[BR]] 
    11 For packaging all files will be stored in the same directory named R, see [wiki:"Create a package with R"] [[BR]] 
    12 Class files will be named Anexample-class.r always use lower case for extension no .R [[BR]] 
     6Use files names in lower case. [[BR]] 
     7Use under score  in composed_names. [[BR]] 
     8No uppercase in sql tables and shema names sauf sur les classes. [[BR]] 
     9No accent. [[BR]] 
     10For packaging all files will be stored in the same directory named R, see [wiki:"Create a package with R"]. [[BR]] 
     11Class files will be named Anexample-class.r always use lower case for extension no .R .[[BR]] 
    1312Use 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]] 
    14 Use english names for variables [[BR]] 
    15 Draw a class diagram (one class per file including method and criteria)[[BR]] 
     13Use english names for variables. [[BR]] 
     14Draw a class diagram (one class per file including method and criteria).[[BR]]