Re: [R-pkg-devel] use of `dev.new` across platforms in RStudio (Martin Maechler)

2015-06-14 Thread JJ Allaire
> I have neither been involved in the creation of the
> 'noRStudioGD' option, but from looking at  dev.new() it is clear
> that it *should* work on all three platforms (Windows, Mac,
> Linuxen).
>
> It is really unfortunate that this still does not work reliably
> (or stopped working with a new release of "something" ?)...
>
> Honestely, I believe it is primarily RStudio's responsibility to
> ensure that something standard R as  dev.new()  keeps working in
> their interface to R,= and if it does not, at least contact the R
> developers (R core) about it.

Currently the RStudio graphics device creation function fails if the
RStudio device is already active. We will modify this function to
rather than fail just delegate to the platform-appropriate device
creation function (which will create an external windows, X11, or
quartz graphics device window). This will make dev.new work as
expected within RStudio.

J.J. Allaire

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


Re: [R-pkg-devel] use of `dev.new` across platforms in RStudio (Martin Maechler)

2015-06-15 Thread JJ Allaire
On Sun, Jun 14, 2015 at 3:46 PM, Alex Chubaty  wrote:
> JJ, do you have an estimated timeframe for when this fix will appear?
> There's still the issue of RStudio users not updating their software at each
> and every release, so it may time some time for `dev.new` to work for most
> people.

This is in our daily builds now and will also be included in our next
minor patch release (within a few weeks).

J.J.

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel