[R] R to winbugs interface

S Ellison S.Ellison at LGCGroup.com
Mon Jul 9 13:04:09 CEST 2012


 

> -----Original 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
> Files/WinBUGS14//System/Rsrc/Registry_Rsave.odc', reason 
> 'Permission denied'

This tells you that you do not have operating system permission to create a file in the program files area referred to.

> 2: In file(con, "wb") :
>   cannot open file 'c:/Program 
> Files/WinBUGS14//System/Rsrc/Registry.odc':
> Permission denied

.. and this tells you you don't have permission to open a file for writing (mode 'w' in the same location

Conclusion; you're trying to write to an area you don;t have permission to write to.

Either change the permissions for that area (insecure) or use a different file location for temporary files.

*******************************************************************
This email and any attachments are confidential. Any use...{{dropped:8}}



More information about the R-help mailing list