Skip to content
Prev 175 / 12125 Next

[R-pkg-devel] appropriate directory for data downloads in examples, demos and vignettes

I would use tempfile() instead of /tmp/. That should create a
file/directory that will get cleaned up when the R session ends, instead of
when the machine reboots. AFAIK it also works on windows.

On Mon, Jun 29, 2015 at 8:25 AM, Jonathan Callahan <
jonathan at mazamascience.com> wrote: