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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon May 16 17:02:35 CEST 2011


Author: lckarssen
Date: 2011-05-16 17:02:35 +0200 (Mon, 16 May 2011)
New Revision: 717

Modified:
   pkg/GenABEL/R/merge.snp.data.R
Log:
Quick fix of a typo

Modified: pkg/GenABEL/R/merge.snp.data.R
===================================================================
--- pkg/GenABEL/R/merge.snp.data.R	2011-05-15 22:10:49 UTC (rev 716)
+++ pkg/GenABEL/R/merge.snp.data.R	2011-05-16 15:02:35 UTC (rev 717)
@@ -160,7 +160,7 @@
 
 if(length(levels(chromosome_logic_vec_factor)) == 0)
 	{
-	cat("There are not intersected SNPs\n")
+	cat("There are no intersecting SNPs\n")
 	if(intersected_snps_only) return(list(data=NULL, id=NULL, snp=NULL))
 	}
 



More information about the Genabel-commits mailing list