Re: [R] R and tmp directroy

2004-03-09 Thread Prof Brian Ripley
Probably you have TMPDIR set in your enviroment to point to /home/mart/tmp and that does not exist or is not writable. Solution: don't have variables pointing to inappropriate places? On Tue, 9 Mar 2004, Martin Olivier wrote: > When I start R, it gives > > mkdir: Ne peut créer le répertoire `/

Re: [R] R and tmp directroy

2004-03-09 Thread Martin Olivier
Finally, i found the answer for my question... it is only necessary to add setenv TMPDIR /tmp/ in my .cshrc Martin Olivier wrote: Hi all, When I start R, it gives mkdir: Ne peut créer le répertoire `/home/mart/tmp/Rtmp11729'.: No such file or directory (I specify that my home path is /home/m

[R] R and tmp directroy

2004-03-09 Thread Martin Olivier
Hi all, When I start R, it gives mkdir: Ne peut créer le répertoire `/home/mart/tmp/Rtmp11729'.: No such file or directory (I specify that my home path is /home/mart and the R version is 1.7.1) How I have to configure R to use the directory /tmp instead of /home/mart/tmp ? What is utility of t