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]] |
13 | | 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]] |
14 | | Use english names for variables. [[BR]] |
15 | | Draw a class diagram (one class per file including method and criteria).[[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]] |
| 13 | * 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]] |
| 14 | * Use english names for variables. [[BR]] |
| 15 | * Draw a class diagram (one class per file including method and criteria).[[BR]] |