<div dir="ltr">I'm sorry to say that the RInline::repl() issues are not resolved, and to<div>resolve them would likely require help from R core.</div><div><br></div><div>Here's the test case:</div><div>library(sphereplot)</div><div>rgl.sphgrid(longtype="D")</div><div><br></div><div>Under Linux there is no problem, a sphere is drawn, and you can</div><div>rotate with mouse motions.</div><div><br></div><div>Under Windows using R, no problem.</div><div><br></div><div>But under Windows in RInline::repl() when you click on the image it</div><div>freezes up.</div><div><br></div><div>Apparently some kind of graphics</div><div>initialization is required, and perhaps callbacks as well to</div><div>handle mouse events. Just calling run_Rmainloop() is not</div><div>enough.</div></div>