Re: [R] rbugs on linux and wine

2008-04-22 Thread Uwe Ligges
Gregor Gorjanc wrote: > Hi Alexander! > > You are mixing WinBUGS and OpenBUGS. R package Rbugs works with OpenBUGS, but > the later does not work with Rbugs under Linux! Are you talking about rbugs or BRugs, Gregor? Uwe > > Gregor > > __ > R-help@

Re: [R] rbugs on linux and wine

2008-04-22 Thread Gorjanc Gregor
> Gregor Gorjanc wrote: >> Hi Alexander! >> >> You are mixing WinBUGS and OpenBUGS. R package Rbugs works with OpenBUGS, but >> the later does not work with Rbugs under Linux! > > Are you talking about rbugs or BRugs, Gregor? Ouch. Thank you Uwe! You are right, there are two R packages: rbugs and

Re: [R] rbugs on linux and wine

2008-04-21 Thread Gregor Gorjanc
Hi Alexander! You are mixing WinBUGS and OpenBUGS. R package Rbugs works with OpenBUGS, but the later does not work with Rbugs under Linux! Gregor __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the post

[R] rbugs on linux and wine

2008-04-20 Thread Alexander.Herr
Hi List, I trying an example from pumps{rbugs} with .Renviron in $HOME adjusted for my box: WINE="/usr/bin/wine", BUGS="/usr/local/bin/WinBugs14/winbugs.exe" data(pumps) pumps.data <- list(t = pumps$t, x = pumps$x, N = nrow(pumps)) pumps.model <- file.path(.path.package("rbugs"), "bugs/model",