Hi Charles,

On 4/23/20 10:19, Charles Warden wrote:

My guess was that creating the temporary file in the working directory instead 
of another folder might help.

FWIW here are 2 important reasons for writing temporary stuff to tempdir() instead of the current working directory:

1. tempdir() is the only place that is guaranteed to be writable on every system. Yes the user home is very likely to be writable too but there is actually no guarantee and some systems have unconventional setups where it's not.

2. Whatever you put in tempdir() will automatically be removed at the end of the R session. Even though there are ways to achieve this with the temporary stuff you write in the user home, it's not automatic and hard to get right.

Cheers,
H.

--
Hervé Pagès

Program in Computational Biology
Division of Public Health Sciences
Fred Hutchinson Cancer Research Center
1100 Fairview Ave. N, M1-B514
P.O. Box 19024
Seattle, WA 98109-1024

E-mail: hpa...@fredhutch.org
Phone:  (206) 667-5791
Fax:    (206) 667-1319

_______________________________________________
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel

Reply via email to