An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20140217/72068e2d/attachment.pl>
R-Help. Error in file(file, ifelse(append, "a", "w")). No connection.
2 messages · Michał Wajszczuk, David Winsemius
On Feb 16, 2014, at 11:54 PM, Micha? Wajszczuk wrote:
Hi, I just download R and R-studio. I have one problem and i can't make through it. I'm trying to use help function in R-studio but after typing something, error appears. I already searched in web and asked my friends but no one can help me. Could you please help me or give any advise? I have Windows XP, and this is my first instalation of R and R-Studio. - R-3.0.2 for Windows XP - R-Studio 0.98.501 also for Windows XP. After installation this error appear: Error in file(file, ifelse(append, "a", "w")) : cannot open the connection In addition: Warning message: In file(file, ifelse(append, "a", "w")) : cannot open file 'C:\DOCUME~1\MICHA?\USTAWI~1\Temp\Rtmpw7YX5y\filed30199d5006': No such file or directory
It appears you are doing something that creates a temporary file. You probably need to tell us what locale you are in and show the output for sessionInfo() (as the Posting Guide advises.) I guessing it has something to do with encodings and "\MICHA?\" Probably a good I idea to review the Internationalization sections of the Installation and Administration Guide and to look at: ?Encoding ?Sys.getlocale
I'll be gratefull for your help. Thank you, Michal Wajszczuk [[alternative HTML version deleted]]
And the Posting Guide requests you do not post with HTML. +++++
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
+++++ David Winsemius Alameda, CA, USA