Re: [Rcpp-devel] RInline::repl() issues

2023-02-03 Thread Dirk Eddelbuettel
Dominick, On 3 February 2023 at 20:02, Dominick Samperi wrote: | I'm sorry to say that the RInline::repl() issues are not resolved, and to | resolve them would likely require help from R core. | | Here's the test case: | library(sphereplot) | rgl.sphgrid(longtype="D") | | Under Linux there is n

[Rcpp-devel] RInline::repl() issues

2023-02-03 Thread Dominick Samperi
I'm sorry to say that the RInline::repl() issues are not resolved, and to resolve them would likely require help from R core. Here's the test case: library(sphereplot) rgl.sphgrid(longtype="D") Under Linux there is no problem, a sphere is drawn, and you can rotate with mouse motions. Under Windo