Re: [R] Cannot change location of tempdir()

2012-03-08 Thread Jon Olav Skoien
On 08-Mar-12 12:45, Prof Brian Ripley wrote: > On Thu, 8 Mar 2012, Jon Olav Skoien wrote: > >> Hi, >> >> One of the functions I use needs to write to a temporary file, in the >> directory given by tempdir(). I want to change this from the standard >> one, as the file is too large for the drive. H

Re: [R] Cannot change location of tempdir()

2012-03-08 Thread Prof Brian Ripley
On Thu, 8 Mar 2012, Jon Olav Skoien wrote: Hi, One of the functions I use needs to write to a temporary file, in the directory given by tempdir(). I want to change this from the standard one, as the file is too large for the drive. However, tempfile() doesnt seem to respect the environment v

Re: [R] Cannot change location of tempdir()

2012-03-08 Thread Berend Hasselman
On 08-03-2012, at 12:15, Jon Olav Skoien wrote: > Hi, > > One of the functions I use needs to write to a temporary file, in the > directory given by tempdir(). I want to change this from the standard one, as > the file is too large for the drive. However, tempfile() doesnt seem to > respect t