[Genabel-commits] r887 - www

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Apr 3 13:25:45 CEST 2012


Author: yurii
Date: 2012-04-03 13:25:44 +0200 (Tue, 03 Apr 2012)
New Revision: 887

Modified:
   www/tutHowToWorkWithDevelVersion.html
Log:
adding some lines telling about unit tests

Modified: www/tutHowToWorkWithDevelVersion.html
===================================================================
--- www/tutHowToWorkWithDevelVersion.html	2012-04-03 11:11:07 UTC (rev 886)
+++ www/tutHowToWorkWithDevelVersion.html	2012-04-03 11:25:44 UTC (rev 887)
@@ -3,9 +3,9 @@
 </h3>
 <p></p>
 <i>
-by Yurii Aulchenko  for the GenABEL-devel team 
+by Lennart Karssen, Yurii Aulchenko for the GenABEL-devel team 
 (building upon the "How to install devel-version of GenABEL suite" 
-by YA, William Astle and Lennart Karssen)
+by YA, William Astle and LK)
 </i>
 <p></p>
 
@@ -135,7 +135,9 @@
 </pre>
 <p></p>
 
-Now you are ready to make modifications to the code.  
+Now you are ready to make modifications to the code. Ideally, when you 
+fix a bug or add functionality, a (regression) RUnit test should be added 
+(see examples of these in e.g. GenABEL/inst/unitTests).  
 <p></p>
 
 In case you add new functionality/files, please make sure 



More information about the Genabel-commits mailing list