[Gamesnws-commits] r39 - pkg/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Sep 30 15:16:40 CEST 2009


Author: grafab
Date: 2009-09-30 15:16:40 +0200 (Wed, 30 Sep 2009)
New Revision: 39

Modified:
   pkg/R/playUno.R
Log:
Betriesbssystemsfallunterscheidung auskommentiert

Modified: pkg/R/playUno.R
===================================================================
--- pkg/R/playUno.R	2009-09-30 13:11:24 UTC (rev 38)
+++ pkg/R/playUno.R	2009-09-30 13:16:40 UTC (rev 39)
@@ -37,13 +37,13 @@
 	#options(show.error.messages = FALSE
 	graphics <- nwsFindTry(ws, 'graphics')
 	if(graphics){
-	osinfo<-Sys.info()[1]
-	if(grep("Windows",osinfo)==1){
-		windows(height=12,width=14,xpos=1,ypos=1,canvas="mediumseagreen",bg="transparent")
-	}
-	else{
+	#osinfo<-Sys.info()[1]
+	#if(grep("Windows",osinfo)==1){
+		#windows(height=12,width=14,xpos=1,ypos=1,canvas="mediumseagreen",bg="transparent")
+	#}
+	#else{
 	X11(height=12,width=14,xpos=1,ypos=1,canvas="mediumseagreen",bg="transparent")
-	}
+	
 	#options(show.error.messages = TRUE)
 	playercoord<-list(c(0.5,0.05),c(0.5,0.95),c(0.05,0.35),c(0.95,0.65),c(0.05,0.65),c(0.95,0.35),c(0.15,0.1),
 	c(0.85,0.9),c(0.85,0.1),c(0.15,0.9))



More information about the Gamesnws-commits mailing list