Displaying 4 results from an estimated 4 matches for "r_interacive_device".
Did you mean:
r_interactive_device
2015 Sep 25
2
issues with dev.new avoiding RStudio plot device on unix?
...device on *unix* systems.
dev.new() add a new argument 'noRStudioGD' in R 3.1.1. Thank you. It
works for me when using RStudio on Windows, but on the unix system it
opens a pdf device instead of an interactive device when using an
interactive RStudio session (with R_DEFAULT_DEVICE and
R_INTERACIVE_DEVICE not set).
Do other unix RStudio users see this behavior?
It appears that the relevant line of dev.new (and in zzz.R):
else if (nzchar(dsp) && .Platform$GUI %in% c("X11", "Tk"))
X11
else defdev
but when I step through in debugger, I see that
Br...
2015 Sep 26
3
issues with dev.new avoiding RStudio plot device on unix?
...w() add a new argument 'noRStudioGD' in R 3.1.1.? Thank you.
> It works for me when using RStudio on Windows, but on the unix
> system it opens a pdf device instead of an interactive device when
> using an interactive RStudio session (with R_DEFAULT_DEVICE and
> R_INTERACIVE_DEVICE not set).
>
> Do other unix RStudio users see this behavior?
>
> It appears that the relevant line of dev.new (and in zzz.R):
>
> ? ? else if (nzchar(dsp) && .Platform$GUI %in% c("X11", "Tk"))
> ? ? ? ? ? ? ? X11
> ? ?...
2015 Sep 26
0
issues with dev.new avoiding RStudio plot device on unix?
...tems.
>
> dev.new() add a new argument 'noRStudioGD' in R 3.1.1. Thank you. It
> works for me when using RStudio on Windows, but on the unix system it opens
> a pdf device instead of an interactive device when using an interactive
> RStudio session (with R_DEFAULT_DEVICE and R_INTERACIVE_DEVICE not set).
>
> Do other unix RStudio users see this behavior?
>
> It appears that the relevant line of dev.new (and in zzz.R):
>
> else if (nzchar(dsp) && .Platform$GUI %in% c("X11", "Tk"))
> X11
> else defdev
>
>
> but...
2015 Sep 26
0
issues with dev.new avoiding RStudio plot device on unix?
...gument 'noRStudioGD' in R 3.1.1.? Thank you.
>> It works for me when using RStudio on Windows, but on the unix
>> system it opens a pdf device instead of an interactive device when
>> using an interactive RStudio session (with R_DEFAULT_DEVICE and
>> R_INTERACIVE_DEVICE not set).
>>
>> Do other unix RStudio users see this behavior?
>>
>> It appears that the relevant line of dev.new (and in zzz.R):
>>
>> ? ? else if (nzchar(dsp) && .Platform$GUI %in% c("X11", "Tk"))
>> ? ? ? ?...