Skip to content

R crashes if "toFile" given "~/" in Linux envirnonment

3 messages · Simon Urbanek, Mark Kimpel

#
Mark,

I think you have the wrong list - this has nothing to do with R. to File() is a function in Rgraphviz and it doesn't crash, it simply exits R. Obviously it doesn't support path expansion (I suppose it should consider calling path.expand()) and it should also consider using R_error() instead of quitting -- but both issues should be best addressed to the Rgraphviz maintainers.

Cheers,
Simon
On May 16, 2011, at 10:50 PM, Mark Kimpel wrote: