Re: [R] Problems with Vista, R 2.5.0 and function save

2007-06-13 Thread Stefan Grosse
the path directly (since I have several different paths) so this is also a work around ( save(x,y,file="c:/Users/Maja/Documents/masterfile.Rda") just note that the windows backslash has been replaced). Stefan Original Message Subject: Re:[R] Problems with Vista, R

Re: [R] Problems with Vista, R 2.5.0 and function save

2007-06-12 Thread Prof Brian Ripley
So you are running R somewhere in your file system where you do not have permission to write. Did you create a shortcut with a working directory set as the rw-FAQ advised you to? On Tue, 12 Jun 2007, "Maja Schröter" wrote: Hi everyone, I want to make use of the save function but it did not

[R] Problems with Vista, R 2.5.0 and function save

2007-06-12 Thread Maja Schröter
Hi everyone, I want to make use of the save function but it did not work. I'm using vista and R 2.5.0, winzip is installed too. Here's the code (from example ?save): > x <- runif(20) > y <- list(a = 1, b = TRUE, c = "oops") > save(x, y, file = "xy.Rdata") Fehler in gzfile(file, "wb")