[R] R2WinBUGS Error

2017-03-09 Thread Liu, J.
Hi, I'm trying to run R2WinBUGS using the R code below (Thinkpad Yoga 260, Win8, system x86_64, mingw32, R version 3.3.1). It worked fine for several times but then one error began to pop up in every run: command #Bugs:set cannot be executed (is greyed out). I've been trying for more than one

Re: [R] R2WinBUGS error

2015-09-19 Thread msjitlal
Hi Mariana, Not sure if my post was accepted. Try running R from your desktop but right clicking on the icon and selecting "Run as Administrator", rather than opening R in the normal manner. Good luck, Mark Date: Fri, 18 Sep 2015 08:43:53 -0700 From: ml-node+s789695n4712456...@n4.nabble.com

Re: [R] R2WinBUGS error

2015-09-19 Thread msjitlal
Hi Mariana, I was not able to solve this issue entirely satisfactorily, but after speaking to IT personnel, they advised that I try running R from my desktop by right clicking on the R icon and selecting "Run as Administrator", rather than opening in the normal manner. Remarkably this avoided the

Re: [R] R2WinBUGS error

2015-09-18 Thread marianar
I am facing the same problem. I have been able to run my code in another computer with Windows 8 but not in my computer at work, which also runs Windowns 8. I am looking forward for solving this problem. Mariana. -- View this message in context:

Re: [R] R2WINBUGS Error message

2014-09-20 Thread Uwe Ligges
On 18.09.2014 08:22, Hanze Zhang wrote: Hi, guys, I am a new user for package R2winbugs. When I run the code a=bugs(...), an error message always comes out, see below: Error in file(con, wb) : cannot open the connection In addition: Warning messages: 1: In file.create(to[okay]) : cannot

[R] R2WINBUGS Error message

2014-09-18 Thread Hanze Zhang
Hi, guys, I am a new user for package R2winbugs. When I run the code a=bugs(...), an error message always comes out, see below: Error in file(con, wb) : cannot open the connection In addition: Warning messages: 1: In file.create(to[okay]) : cannot create file 'c:/Program

Re: [R] R2WinBUGS error message

2012-02-08 Thread Uwe Ligges
On 07.02.2012 15:23, anaraster wrote: Hi! I am new to BUGS and running BUGS from R. I am trying to run a regression model from R, however I have this error message: Error in file(con, wb) : cannot open the connection In addition: Warning messages: 1: In file.create(to[okay]) : cannot

[R] R2WinBUGS error message

2012-02-07 Thread anaraster
Hi! I am new to BUGS and running BUGS from R. I am trying to run a regression model from R, however I have this error message: Error in file(con, wb) : cannot open the connection In addition: Warning messages: 1: In file.create(to[okay]) : cannot create file 'c:/Program

Re: [R] R2WinBUGS: Error in bugs(program=openbugs) but not openbugs()

2010-11-13 Thread Uwe Ligges
I found the problem which is a scoping issue in BRugs::bugsData() and will fix it for the next release. For now, you can workaround by calling your parameters (in this case particularly beta) with a names that are different from R function names (e.g. call it beta1). Best wishes, Uwe

Re: [R] R2WinBUGS: Error in bugs(program=openbugs) but not openbugs()

2010-11-13 Thread Uwe Ligges
On 13.11.2010 18:05, Uwe Ligges wrote: I found the problem which is a scoping issue in BRugs::bugsData() and will fix it for the next release. For now, you can workaround by calling your parameters (in this case particularly beta) with a names that are different from R function names (e.g.

[R] R2WinBUGS: Error in bugs(program=openbugs) but not openbugs()

2010-11-11 Thread Yuelin Li
I get an error when I call bugs(..., program=OpenBUGS, bugs.directory=c:/Program Files/OpenBUGS/OpenBUGS312), expecting, as suggested in help(bugs), that it would fit the model with openbugs() via BRugs. help(bugs) ... either winbugs/WinBUGS or openbugs/OpenBUGS, the latter makes use of