Displaying 1 result from an estimated 1 matches for "euthan".
Did you mean:
ethan
2014 Aug 27
1
R, OSX, should creating SVGs request XQuartz
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
hi,
on OS X, when you try and use something which depends on X11, and you
don't have XQuartz installed, you receive an error message, it directs
you to download XQuartz, and then it euthanizes your process.
(my guess is that there is a skeleton X11 dylib installed in OS X by
default, and it is responsible for the error message and the
euthanasia. once XQuartz is installed, the skeleton dylib is replaced
with a functioning version)
in my application, i write SVGs using:
grDevices::...