From: <li...@us...> - 2011-08-26 16:21:34
|
Revision: 207 http://bugs-r.svn.sourceforge.net/bugs-r/?rev=207&view=rev Author: ligges Date: 2011-08-26 16:21:28 +0000 (Fri, 26 Aug 2011) Log Message: ----------- make sure it works on Linux Modified Paths: -------------- trunk/R2OpenBUGS/R/bugs.R Modified: trunk/R2OpenBUGS/R/bugs.R =================================================================== --- trunk/R2OpenBUGS/R/bugs.R 2011-08-26 15:54:08 UTC (rev 206) +++ trunk/R2OpenBUGS/R/bugs.R 2011-08-26 16:21:28 UTC (rev 207) @@ -16,7 +16,7 @@ } if(is.null(OpenBUGS.pgm)) - OpenBUGS.pgm <- file.path(findOpenBUGS(), "OpenBUGS.exe", fsep="\\") + OpenBUGS.pgm <- file.path(findOpenBUGS(), "OpenBUGS.exe") if((.Platform$OS.type == "windows" | useWINE) & !file.exists(OpenBUGS.pgm)) stop("OpenBUGS executable was not found" ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |