[R] error writing to connection

2009-05-15 Thread Stefo Ratino
Hello,
 
I am using: save(data,file=D:/mayData.RData), and I have the following error:
 
Error in save(data, file = D:/mayData.RData) : error writing to connection
 
Thank you very much in advance,
Stefo


  
[[alternative HTML version deleted]]

__
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] error writing to connection

2009-05-15 Thread Marc Schwartz

On May 15, 2009, at 8:22 AM, Stefo Ratino wrote:


Hello,

I am using: save(data,file=D:/mayData.RData), and I have the  
following error:


Error in save(data, file = D:/mayData.RData) : error writing to  
connection


Thank you very much in advance,
Stefo


Presuming that drive 'D' exists and that you have permission to write  
to it, it is possible that there is insufficient room on that drive to  
save 'data'.


Check on the above.

HTH,

Marc Schwartz

__
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] error writing to connection

2009-05-15 Thread Duncan Murdoch

On 5/15/2009 9:22 AM, Stefo Ratino wrote:

Hello,
 
I am using: save(data,file=D:/mayData.RData), and I have the following error:
 
Error in save(data, file = D:/mayData.RData) : error writing to connection


Do you have permission to create a file there?  Try it from outside R.

Duncan Murdoch

 
Thank you very much in advance,

Stefo


  
	[[alternative HTML version deleted]]






__
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-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.