Re: [R] Errors in R-2-6-0?

2007-10-08 Thread Uwe Ligges


francogrex wrote:
 I re-installed version 2-5-0 and it works well. I believe this problem is due
 to an incompatibility of BRugs with R-2-6-0
 
 
 francogrex wrote:
 I was happy today to install the new version of R 2-6-0 But I ran into
 problems I did not have before: 


 setwd(C:/R/DATA/BRugs)
 library(BRugs)

 modelCheck(rcapturemodel.txt)
 Error in file(con, r) : unable to open connection
 In addition: Warning message:
 In file(con, r) :
   cannot open file
 'C:\DOCUME~1\Franco\LOCALS~1\Temp\RtmpU0eG2C/buffer.txt', reason 'No such
 file or directory'

 I am 100 percent sure my file is in C:/R/DATA/BRugs and I don't know why
 it is trying to open the C:\DOCUME~1... I never asked the program to go
 search for any file there!


The recent version of BRugs works for me.
The file \buffer.txt is required for some inetraction between 
OpenBUGS and R and is in R's temporary directory.
No idea why it does not work for you.

Uwe Ligges

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Errors in R-2-6-0?

2007-10-08 Thread francogrex


Uwe Ligges wrote:
 
 The recent version of BRugs works for me.
 The file \buffer.txt is required for some inetraction between 
 OpenBUGS and R and is in R's temporary directory.
 No idea why it does not work for you.
 

That's because I was using the older version of BRugs which was ok on 2.5.0
but not on 2.6.0. The new version works ok. I should have been more careful.
Sorry for that.

-- 
View this message in context: 
http://www.nabble.com/Errors-in-R-2-6-0--tf4584279.html#a13092213
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] Errors in R-2-6-0?

2007-10-07 Thread francogrex

I was happy today to install the new version of R 2-6-0 But I ran into
problems I did not have before: 


setwd(C:/R/DATA/BRugs)
 library(BRugs)
 
 modelCheck(rcapturemodel.txt)
Error in file(con, r) : unable to open connection
In addition: Warning message:
In file(con, r) :
  cannot open file 'C:\DOCUME~1\Franco\LOCALS~1\Temp\RtmpU0eG2C/buffer.txt',
reason 'No such file or directory'

I am 100 percent sure my file is in C:/R/DATA/BRugs and I don't know why it
is trying to open the C:\DOCUME~1... I never asked the program to go search
for any file there!
-- 
View this message in context: 
http://www.nabble.com/Errors-in-R-2-6-0--tf4584279.html#a13085996
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Errors in R-2-6-0?

2007-10-07 Thread francogrex

I re-installed version 2-5-0 and it works well. I believe this problem is due
to an incompatibility of BRugs with R-2-6-0


francogrex wrote:
 
 I was happy today to install the new version of R 2-6-0 But I ran into
 problems I did not have before: 
 
 
 setwd(C:/R/DATA/BRugs)
 library(BRugs)
 
 modelCheck(rcapturemodel.txt)
 Error in file(con, r) : unable to open connection
 In addition: Warning message:
 In file(con, r) :
   cannot open file
 'C:\DOCUME~1\Franco\LOCALS~1\Temp\RtmpU0eG2C/buffer.txt', reason 'No such
 file or directory'
 
 I am 100 percent sure my file is in C:/R/DATA/BRugs and I don't know why
 it is trying to open the C:\DOCUME~1... I never asked the program to go
 search for any file there!
 

-- 
View this message in context: 
http://www.nabble.com/Errors-in-R-2-6-0--tf4584279.html#a13086255
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.