An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120709/2c989c6d/attachment.pl>
R to winbugs interface
6 messages · PRAGYA SUR, S Ellison, Uwe Ligges
-----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}}
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120709/7e06bcba/attachment.pl>
On 09.07.2012 18:19, PRAGYA SUR wrote:
I ran the same program in a different computer where it had run proper a week ago. This time around in the log file in WinBUGS the program stopped at a line which said : save(C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/RtmpU3u46p/log.odc) save(C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/RtmpU3u46p/log.txt) and did not proceed any further. Can anyone tell me what migh tbe the possible error here?
Although unstated, I guess it was finished and did not close because you used bugs(....., debug=TRUE)? Uwe Ligges
On Mon, Jul 9, 2012 at 7:04 AM, S Ellison <S.Ellison at lgcgroup.com> wrote:
-----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 u...{{dropped:11}}
______________________________________________ R-help at 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.
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120709/3f01622b/attachment.pl>
1 day later
On 09.07.2012 19:27, PRAGYA SUR wrote:
Yes that was the problem. Thank you very much. Can anyone tell me the
meaning of
The following object(s) are masked _by_ '.GlobalEnv':
beta
It means you have two instances of "beta", one in your workspace
('.GlobalEnv') and one that is probably in some data.frame that was
attached to the search path.
Best,
Uwe Ligges
i was shown this notification after the results were printed.
On Mon, Jul 9, 2012 at 1:15 PM, Uwe Ligges
<ligges at statistik.tu-dortmund.de
<mailto:ligges at statistik.tu-dortmund.de>> wrote:
On 09.07.2012 18:19, PRAGYA SUR wrote:
I ran the same program in a different computer where it had run
proper a
week ago. This time around in the log file in WinBUGS the
program stopped
at a line which said :
save(C:/DOCUME~1/ADMINI~1/__LOCALS~1/Temp/RtmpU3u46p/log.__odc)
save(C:/DOCUME~1/ADMINI~1/__LOCALS~1/Temp/RtmpU3u46p/log.__txt)
and did not proceed any further.
Can anyone tell me what migh tbe the possible error here?
Although unstated, I guess it was finished and did not close because
you used bugs(....., debug=TRUE)?
Uwe Ligges
On Mon, Jul 9, 2012 at 7:04 AM, S Ellison
<S.Ellison at lgcgroup.com <mailto:S.Ellison at lgcgroup.com>> wrote:
-----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
u...{{dropped:11}}
________________________________________________
R-help at r-project.org <mailto:R-help at r-project.org> mailing list
https://stat.ethz.ch/mailman/__listinfo/r-help
<https://stat.ethz.ch/mailman/listinfo/r-help>
PLEASE do read the posting guide
http://www.R-project.org/__posting-guide.html
<http://www.R-project.org/posting-guide.html>
and provide commented, minimal, self-contained, reproducible code.