[Genabel-commits] r838 - pkg/GenABEL/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Feb 6 14:06:44 CET 2012


Author: lckarssen
Date: 2012-02-06 14:06:44 +0100 (Mon, 06 Feb 2012)
New Revision: 838

Modified:
   pkg/GenABEL/R/findRelatives.R
Log:
Fixed minor typo in error message.

Modified: pkg/GenABEL/R/findRelatives.R
===================================================================
--- pkg/GenABEL/R/findRelatives.R	2012-01-11 18:39:37 UTC (rev 837)
+++ pkg/GenABEL/R/findRelatives.R	2012-02-06 13:06:44 UTC (rev 838)
@@ -183,7 +183,7 @@
 	} else {
 		testUs <- rep(TRUE,lengthOut)
 	}
-	if (all(testUs==FALSE)) stop("no test to be performed according to specifid criteria")
+	if (all(testUs==FALSE)) stop("no test to be performed according to specified criteria")
 # prepare 2-way meiotic table to iterate over
 	meiTab <- list()
 	#print(nmeivec)



More information about the Genabel-commits mailing list