Displaying 3 results from an estimated 3 matches for "2wkas4wzpe".
2015 Oct 03
1
issues with dev.new avoiding RStudio plot device on unix?
...f it is set. Wouldn't it be just as safe to add RStudio to the list of accepted .Platform$GUIs?
In my case (Mac OS X 10.10.5), I'd like to get a quartz device. The problem here is that I have XQuartz installed, so DISPLAY is always set and looks like this
/private/tmp/com.apple.launchd.2wKas4wzPe/org.macosforge.xquartz:0
while dev.new() checks for ^/tmp/launch-; I suppose the DISPLAY variable has changed between different versions of Mac OS X or XQuartz. Perhaps the additional patterns could just be added to the grepl() call?
Best,
Stefan
2015 Sep 29
2
issues with dev.new avoiding RStudio plot device on unix?
On 09/26/2015 03:22 AM, Duncan Murdoch wrote:
> On 26/09/2015 1:42 AM, Skye Bender-deMoll wrote:
>> Sorry, should have given more background. x11 works fine on all my
>> systems when called by x11(). I'm the maintainer of a package that uses
>> the animation library, which has performance issues when used with the
>> RStudio plot device. But if you call plot.new()
2015 Sep 26
3
issues with dev.new avoiding RStudio plot device on unix?
Sorry, should have given more background. x11 works fine on all my
systems when called by x11(). I'm the maintainer of a package that uses
the animation library, which has performance issues when used with the
RStudio plot device. But if you call plot.new() when using RStudio, you
get an RStudio device, not the standard device for the platform because
it overrides the device option.