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.
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.
Seemingly Similar Threads
- Error with BRugs 0.53 and 0.71, on Win7 with R 2.12.2 and 2.13.0 (crashes R GUI)
- Error from Brugs "'r for windows gui front-end has stopped working''
- R, Coda, and OpenBUGS
- Where does R look for library packages - there is no package called 'BRugs'
- Install package of "BRugs"?