Revision: 74
http://bugs-r.svn.sourceforge.net/bugs-r/?rev=74&view=rev
Author: ligges
Date: 2007-09-25 04:33:02 -0700 (Tue, 25 Sep 2007)
Log Message:
-----------
bugfix: case sensitiveness!
Modified Paths:
--------------
trunk/R2WinBUGS/R/bugs.run.R
Modified: trunk/R2WinBUGS/R/bugs.run.R
===================================================================
--- trunk/R2WinBUGS/R/bugs.run.R 2007-09-25 11:32:20 UTC (rev 73)
+++ trunk/R2WinBUGS/R/bugs.run.R 2007-09-25 11:33:02 UTC (rev 74)
@@ -49,6 +49,6 @@
} else {
tmp <- scan("coda1.txt", character(), sep="\n")
}
- if(length(grep("Bugs did not run correctly", tmp)) > 0)
+ if(length(grep("BUGS did not run correctly", tmp)) > 0)
stop("Look at the log file and\ntry again with 'debug=TRUE' to figure out what went wrong within Bugs.")
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|